0xrsydn commited on
Commit
f6a6c9b
·
verified ·
1 Parent(s): 8fd3f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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("This app uses an AI agent to answer questions about a CSV file using the pandas library.")
 
 
 
 
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")