Spaces:
Sleeping
Sleeping
yeshavyas27
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,9 @@ with gr.Blocks(
|
|
105 |
secondary_hue=gr.themes.colors.blue,
|
106 |
)
|
107 |
) as demo:
|
108 |
-
gr.Markdown("""#
|
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"
|
|
|
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"
|