agentharbor commited on
Commit
32542b4
ยท
verified ยท
1 Parent(s): 6d14719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(
145
  secondary_hue=gr.themes.colors.blue,
146
  )
147
  ) as demo:
148
- gr.Markdown("""# Agentville Autonomous Data Exploration ๐Ÿ“ˆ๐Ÿ”Ž
149
 
150
  Drop a `.csv` file below, add notes to describe this data if needed, and **Agents powered by Gemini and Llama-3.1-70B will analyze the file content and does the analysis for you!**""")
151
  file_input = gr.File(label="Your file to analyze")
 
145
  secondary_hue=gr.themes.colors.blue,
146
  )
147
  ) as demo:
148
+ gr.Markdown("""# Agentville Autonomous Data Exploration ๐Ÿ“ˆ๐Ÿง 
149
 
150
  Drop a `.csv` file below, add notes to describe this data if needed, and **Agents powered by Gemini and Llama-3.1-70B will analyze the file content and does the analysis for you!**""")
151
  file_input = gr.File(label="Your file to analyze")