Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,11 +100,7 @@ def interact_with_agent(file_input, additional_notes):
|
|
100 |
|
101 |
|
102 |
with gr.Blocks(
|
103 |
-
theme=
|
104 |
-
primary_hue=gr.themes.colors.yellow,
|
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-70B will analyze the file content and draw figures for you!**""")
|
|
|
100 |
|
101 |
|
102 |
with gr.Blocks(
|
103 |
+
theme="Nymbo/Nymbo_Theme") as demo:
|
|
|
|
|
|
|
|
|
104 |
gr.Markdown("""# Llama-3.1 Data analyst ππ€
|
105 |
|
106 |
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!**""")
|