m-ric HF staff commited on
Commit
0982344
Β·
verified Β·
1 Parent(s): 0c77d30

Update app.py

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