Spaces:
Running
Running
ssr false
Browse files
app.py
CHANGED
|
@@ -184,8 +184,6 @@ with gr.Blocks(css_paths="style.css") as demo:
|
|
| 184 |
wrap=True,
|
| 185 |
)
|
| 186 |
|
| 187 |
-
|
| 188 |
-
|
| 189 |
with gr.Tab("Edit papers", id="tab-pr"):
|
| 190 |
pr_paper_central_tab(paper_central_df.df_raw)
|
| 191 |
|
|
@@ -586,7 +584,7 @@ def main():
|
|
| 586 |
"""
|
| 587 |
Launches the Gradio app.
|
| 588 |
"""
|
| 589 |
-
demo.launch(
|
| 590 |
|
| 591 |
|
| 592 |
# Run the main function when the script is executed
|
|
|
|
| 184 |
wrap=True,
|
| 185 |
)
|
| 186 |
|
|
|
|
|
|
|
| 187 |
with gr.Tab("Edit papers", id="tab-pr"):
|
| 188 |
pr_paper_central_tab(paper_central_df.df_raw)
|
| 189 |
|
|
|
|
| 584 |
"""
|
| 585 |
Launches the Gradio app.
|
| 586 |
"""
|
| 587 |
+
demo.launch(ssr_mode=False)
|
| 588 |
|
| 589 |
|
| 590 |
# Run the main function when the script is executed
|