Spaces:
Build error
Build error
Commit
·
0c9a80d
1
Parent(s):
384f53f
Update app.py
Browse files
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.
|
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)
|