Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,12 +128,12 @@ import gradio as gr
|
|
| 128 |
|
| 129 |
with gr.Blocks(
|
| 130 |
theme=gr.themes.Soft(
|
| 131 |
-
primary_hue=gr.themes.colors.
|
| 132 |
-
secondary_hue=gr.themes.colors.
|
| 133 |
)
|
| 134 |
) as demo:
|
| 135 |
gr.Markdown("""
|
| 136 |
-
<h1 style='color: darkblue; font-size: 2.5em;'>Llama-3.1 Data
|
| 137 |
<p><b>NCTC's attempt to use LLM-based ReAct Autonomous Agents to assist in smart customs data analysis</b></p>
|
| 138 |
<p>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!</p>
|
| 139 |
""")
|
|
|
|
| 128 |
|
| 129 |
with gr.Blocks(
|
| 130 |
theme=gr.themes.Soft(
|
| 131 |
+
primary_hue=gr.themes.colors.green, # Changing to a fresh green
|
| 132 |
+
secondary_hue=gr.themes.colors.purple, # Adding a touch of regal purple
|
| 133 |
)
|
| 134 |
) as demo:
|
| 135 |
gr.Markdown("""
|
| 136 |
+
<h1 style='color: darkblue; font-size: 2.5em;'>NCTC Llama-3.1 Data Analysis Agent ππ€</h1>
|
| 137 |
<p><b>NCTC's attempt to use LLM-based ReAct Autonomous Agents to assist in smart customs data analysis</b></p>
|
| 138 |
<p>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!</p>
|
| 139 |
""")
|