Spaces:
Build error
Build error
moved markdown
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ def zs(premise,hypothesis):
|
|
30 |
|
31 |
|
32 |
with gr.Blocks() as demo:
|
|
|
|
|
33 |
with gr.Row():
|
34 |
-
gr.Markdown(f"#{title}")
|
35 |
-
gr.Markdown(f"{description}")
|
36 |
premise = gr.Textbox(label="Premise",placeholder = "Roger Federer is an amazing Tennis Player")
|
37 |
hypothesis = gr.Textbox(label="Hypothesis", placeholder = "The stance to Roger Federer is positive.")
|
38 |
with gr.Row():
|
|
|
30 |
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
+
gr.Markdown(f"#{title}")
|
34 |
+
gr.Markdown(f"{description}")
|
35 |
with gr.Row():
|
|
|
|
|
36 |
premise = gr.Textbox(label="Premise",placeholder = "Roger Federer is an amazing Tennis Player")
|
37 |
hypothesis = gr.Textbox(label="Hypothesis", placeholder = "The stance to Roger Federer is positive.")
|
38 |
with gr.Row():
|