Spaces:
Build error
Build error
markdown description
Browse files
app.py
CHANGED
@@ -31,6 +31,8 @@ def zs(premise,hypothesis):
|
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
with gr.Row():
|
|
|
|
|
34 |
premise = gr.Textbox(label="Premise",placeholder = "Roger Federer is an amazing Tennis Player")
|
35 |
hypothesis = gr.Textbox(label="Hypothesis", placeholder = "The stance to Roger Federer is positive.")
|
36 |
with gr.Row():
|
|
|
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():
|