NCTCMumbai commited on
Commit
becf5f6
Β·
verified Β·
1 Parent(s): 577fb73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.yellow,
132
- secondary_hue=gr.themes.colors.blue,
133
  )
134
  ) as demo:
135
  gr.Markdown("""
136
- <h1 style='color: darkblue; font-size: 2.5em;'>Llama-3.1 Data Analyst πŸ“ŠπŸ€”</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
  """)
 
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
  """)