Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,9 +134,9 @@ class SimpleSocialMediaAnalyzer:
|
|
| 134 |
analyzer = SimpleSocialMediaAnalyzer()
|
| 135 |
|
| 136 |
# Create Gradio interface
|
| 137 |
-
with gr.Blocks(title="Social Media Analysis
|
| 138 |
|
| 139 |
-
gr.Markdown("# 📱 Social Media Usage Analysis
|
| 140 |
|
| 141 |
with gr.Tabs():
|
| 142 |
with gr.Tab("🔍 Individual Analysis"):
|
|
|
|
| 134 |
analyzer = SimpleSocialMediaAnalyzer()
|
| 135 |
|
| 136 |
# Create Gradio interface
|
| 137 |
+
with gr.Blocks(title="Social Media Analysis", theme=gr.themes.Soft()) as demo:
|
| 138 |
|
| 139 |
+
gr.Markdown("# 📱 Social Media Usage Analysis")
|
| 140 |
|
| 141 |
with gr.Tabs():
|
| 142 |
with gr.Tab("🔍 Individual Analysis"):
|