Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,11 @@ from ai_agent import pandas_agent
|
|
3 |
|
4 |
# Create a title and description
|
5 |
st.title("Pandas AI Agent App 🤖")
|
6 |
-
st.markdown("
|
|
|
|
|
|
|
|
|
7 |
|
8 |
# Get user input
|
9 |
file = st.file_uploader("Upload CSV file")
|
|
|
3 |
|
4 |
# Create a title and description
|
5 |
st.title("Pandas AI Agent App 🤖")
|
6 |
+
st.markdown("""
|
7 |
+
AI agent to answer questions about a CSV file using the pandas library.
|
8 |
+
|
9 |
+
This app is a demo of my [GitHub repository](https://github.com/0xrsydn/Data-AI-Agent)
|
10 |
+
""")
|
11 |
|
12 |
# Get user input
|
13 |
file = st.file_uploader("Upload CSV file")
|