rachith commited on
Commit
3aa8708
1 Parent(s): 05d4b89

markdown title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def zs(premise,hypothesis):
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():
 
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():