yeshavyas27 commited on
Commit
b6f22be
Β·
verified Β·
1 Parent(s): dae549c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,9 +105,9 @@ with gr.Blocks(
105
  secondary_hue=gr.themes.colors.blue,
106
  )
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"
 
105
  secondary_hue=gr.themes.colors.blue,
106
  )
107
  ) as demo:
108
+ gr.Markdown("""#LLama 3.1 Data analyst πŸ“ŠπŸ€”
109
 
110
+ Drop a `.csv` file below, add notes to describe this data if needed, and *LLama 3.1 7B 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"