Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|