Nymbo commited on
Commit
60d4808
β€’
1 Parent(s): 6d9e25f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -100,11 +100,7 @@ def interact_with_agent(file_input, additional_notes):
100
 
101
 
102
  with gr.Blocks(
103
- theme=gr.themes.Soft(
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!**""")