AlexNijjar
commited on
Commit
•
ee387b1
1
Parent(s):
f922c3e
Update app.py
Browse files
app.py
CHANGED
@@ -390,6 +390,11 @@ def create_dropdown() -> gr.Dropdown:
|
|
390 |
def main():
|
391 |
try_refresh()
|
392 |
with gr.Blocks(css=".typewriter {font-family: 'JMH Typewriter', sans-serif;}", fill_height=True, fill_width=True) as demo:
|
|
|
|
|
|
|
|
|
|
|
393 |
gr.Image(
|
394 |
"cover.png",
|
395 |
show_label=False,
|
|
|
390 |
def main():
|
391 |
try_refresh()
|
392 |
with gr.Blocks(css=".typewriter {font-family: 'JMH Typewriter', sans-serif;}", fill_height=True, fill_width=True) as demo:
|
393 |
+
gr.Markdown(
|
394 |
+
"""
|
395 |
+
# This space is inactive! please checkout our updated dashboard: https://huggingface.co/spaces/wombo/edge-maxxing-dashboard
|
396 |
+
""")
|
397 |
+
|
398 |
gr.Image(
|
399 |
"cover.png",
|
400 |
show_label=False,
|