Spaces:
Build error
Build error
removed placeholder
Browse files
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():
|