yeshavyas27 commited on
Commit
f7b46cd
Β·
verified Β·
1 Parent(s): 4d880b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(
107
  ) as demo:
108
  gr.Markdown("""# Mistral-Nemo Data analyst πŸ“ŠπŸ€”
109
 
110
- 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!**""")
111
  file_input = gr.File(label="Your file to analyze")
112
  text_input = gr.Textbox(
113
  label="Additional notes to support the analysis"
 
107
  ) as demo:
108
  gr.Markdown("""# Mistral-Nemo Data analyst πŸ“ŠπŸ€”
109
 
110
+ Drop a `.csv` file below, add notes to describe this data if needed, and **Mistral-Nemo-Instruct-2407 will analyze the file content and draw figures for you!**""")
111
  file_input = gr.File(label="Your file to analyze")
112
  text_input = gr.Textbox(
113
  label="Additional notes to support the analysis"