Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ def interact_with_agent(file_input, additional_notes):
|
|
| 100 |
|
| 101 |
|
| 102 |
with gr.Blocks() as demo:
|
| 103 |
-
gr.Markdown("""# Llama-3.1 Data analyst
|
| 104 |
|
| 105 |
Drop a `.csv` file below, add notes to describe this data if needed, and **Llama-3.1-70B will analyze the file content and draw figures for you!**""")
|
| 106 |
file_input = gr.File(label="Your file to analyze")
|
|
|
|
| 100 |
|
| 101 |
|
| 102 |
with gr.Blocks() as demo:
|
| 103 |
+
gr.Markdown("""# Llama-3.1 Data analyst ππ€
|
| 104 |
|
| 105 |
Drop a `.csv` file below, add notes to describe this data if needed, and **Llama-3.1-70B will analyze the file content and draw figures for you!**""")
|
| 106 |
file_input = gr.File(label="Your file to analyze")
|