Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def sync_analyze_data(file, api_key, user_question=""):
|
|
177 |
return asyncio.run(analyze_data(file, api_key, user_question))
|
178 |
|
179 |
# Create the Gradio interface
|
180 |
-
with gr.Blocks(title="π Smart Data Analyzer", theme=gr.themes.
|
181 |
gr.Markdown("""
|
182 |
# π Smart Data Analyzer
|
183 |
### Upload your CSV/Excel file and get instant AI-powered insights using OpenAI's gpt-oss-20b model via Chutes!
|
|
|
177 |
return asyncio.run(analyze_data(file, api_key, user_question))
|
178 |
|
179 |
# Create the Gradio interface
|
180 |
+
with gr.Blocks(title="π Smart Data Analyzer", theme=gr.themes.Ocean()) as app:
|
181 |
gr.Markdown("""
|
182 |
# π Smart Data Analyzer
|
183 |
### Upload your CSV/Excel file and get instant AI-powered insights using OpenAI's gpt-oss-20b model via Chutes!
|