Jaffermirza17 commited on
Commit
0c9a80d
·
1 Parent(s): 384f53f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ To use the app, click on one of the examples, or adjust the values of the factor
42
  """
43
 
44
  with gr.Blocks(title=title) as demo:
45
- gr.Markdown(f"## {title}")
46
  gr.Markdown(description1)
47
  gr.Markdown("""---""")
48
  gr.Markdown(description2)
 
42
  """
43
 
44
  with gr.Blocks(title=title) as demo:
45
+ gr.slidedown(f"## {title}")
46
  gr.Markdown(description1)
47
  gr.Markdown("""---""")
48
  gr.Markdown(description2)