Spaces:
Running
Running
Commit
·
8c46e7b
1
Parent(s):
49c7961
try ssr false
Browse files
main.py
CHANGED
|
@@ -371,6 +371,11 @@ def main():
|
|
| 371 |
.markdown-text-box {
|
| 372 |
padding: 4px;
|
| 373 |
border-radius: 2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 374 |
}
|
| 375 |
"""
|
| 376 |
js_func = """
|
|
@@ -481,7 +486,7 @@ def main():
|
|
| 481 |
with gr.Row(), gr.Accordion("📂 Version History", open=False):
|
| 482 |
gr.Markdown(VERSION_HISTORY_BUTTON_TEXT, elem_classes="markdown-text")
|
| 483 |
|
| 484 |
-
demo.launch(show_error=True)
|
| 485 |
|
| 486 |
|
| 487 |
if __name__ == "__main__":
|
|
|
|
| 371 |
.markdown-text-box {
|
| 372 |
padding: 4px;
|
| 373 |
border-radius: 2px;
|
| 374 |
+
}
|
| 375 |
+
|
| 376 |
+
.tab-buttons {
|
| 377 |
+
margin-top: -14px !important;
|
| 378 |
+
margin-bottom: -14px !important;
|
| 379 |
}
|
| 380 |
"""
|
| 381 |
js_func = """
|
|
|
|
| 486 |
with gr.Row(), gr.Accordion("📂 Version History", open=False):
|
| 487 |
gr.Markdown(VERSION_HISTORY_BUTTON_TEXT, elem_classes="markdown-text")
|
| 488 |
|
| 489 |
+
demo.launch(show_error=True, ssr_mode=False)
|
| 490 |
|
| 491 |
|
| 492 |
if __name__ == "__main__":
|