Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -316,10 +316,6 @@ function refresh() {
|
|
| 316 |
"""
|
| 317 |
|
| 318 |
with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
|
| 319 |
-
with gr.Row():
|
| 320 |
-
toggle_dark = gr.Button(value="Toggle Dark Mode")
|
| 321 |
-
|
| 322 |
-
toggle_dark.click(fn=toggle_dark_mode)
|
| 323 |
with gr.Tab("Methodology"):
|
| 324 |
gr.Markdown("""
|
| 325 |
## Macro-economy Adverse Scenario Comparison from EBA Reports
|
|
|
|
| 316 |
"""
|
| 317 |
|
| 318 |
with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
with gr.Tab("Methodology"):
|
| 320 |
gr.Markdown("""
|
| 321 |
## Macro-economy Adverse Scenario Comparison from EBA Reports
|