Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 **
|
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"
|