rachith commited on
Commit
a702acd
1 Parent(s): 69b9967

removed placeholder

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -38,8 +38,10 @@ with gr.Blocks() as demo:
38
  gr.Markdown(f"{description2}")
39
  gr.Markdown(f"{description3}")
40
  with gr.Row():
41
- premise = gr.Textbox(label="Premise",placeholder = "Roger Federer is an amazing tennis player.")
42
- hypothesis = gr.Textbox(label="Hypothesis", placeholder = "The stance to Roger Federer is positive.")
 
 
43
  with gr.Row():
44
  greet_btn = gr.Button("Compute")
45
  with gr.Row():
 
38
  gr.Markdown(f"{description2}")
39
  gr.Markdown(f"{description3}")
40
  with gr.Row():
41
+ # premise = gr.Textbox(label="Premise",placeholder = "Roger Federer is an amazing tennis player.")
42
+ # hypothesis = gr.Textbox(label="Hypothesis", placeholder = "The stance to Roger Federer is positive.")
43
+ premise = gr.Textbox(label="Premise")
44
+ hypothesis = gr.Textbox(label="Hypothesis")
45
  with gr.Row():
46
  greet_btn = gr.Button("Compute")
47
  with gr.Row():