vdmbrsv commited on
Commit
a09ba02
·
verified ·
1 Parent(s): e92ac3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def create_app():
150
  # Create the Gradio interface with dark theme script in head
151
  with gr.Blocks(head=dark_mode_script) as app:
152
  gr.Markdown("""
153
- # 🤖 **augini** - your ai data analysis assistant
154
 
155
  **augini** is an agentic AI system designed to help you analyze and understand your data through natural conversation.
156
  Upload your data file and start chatting to uncover insights!
 
150
  # Create the Gradio interface with dark theme script in head
151
  with gr.Blocks(head=dark_mode_script) as app:
152
  gr.Markdown("""
153
+ # 🤖 **augini** - your tabular AI data analysis assistant
154
 
155
  **augini** is an agentic AI system designed to help you analyze and understand your data through natural conversation.
156
  Upload your data file and start chatting to uncover insights!