shukdevdattaEX commited on
Commit
5f8125b
Β·
verified Β·
1 Parent(s): 98753eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()) 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!
 
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!