Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ def about_page():
|
|
207 |
return content
|
208 |
|
209 |
|
210 |
-
with gr.Blocks(theme=gr.themes.
|
211 |
with gr.Tabs():
|
212 |
with gr.TabItem("Home"):
|
213 |
df_state = gr.State()
|
|
|
207 |
return content
|
208 |
|
209 |
|
210 |
+
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
211 |
with gr.Tabs():
|
212 |
with gr.TabItem("Home"):
|
213 |
df_state = gr.State()
|