Spaces:
Running
Running
Update app.py
Browse files
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
|
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!
|