rachith commited on
Commit
05d4b89
1 Parent(s): 74fb4ea

markdown description

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