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

moved markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():