Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -906,7 +906,7 @@ initialize_database()
|
|
906 |
|
907 |
|
908 |
|
909 |
-
|
910 |
state = gr.State({'authenticated': False})
|
911 |
|
912 |
with gr.Row():
|
|
|
906 |
|
907 |
|
908 |
|
909 |
+
with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
910 |
state = gr.State({'authenticated': False})
|
911 |
|
912 |
with gr.Row():
|