Linh Vuu commited on
Commit
ca6256e
1 Parent(s): 2edca02

updated interface

Browse files
Files changed (5) hide show
  1. .DS_Store +0 -0
  2. app.py +2 -2
  3. cache/cache_db_0.9.db +0 -0
  4. exports/.DS_Store +0 -0
  5. pandasai.log +0 -0
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -12,8 +12,8 @@ st.title("Data analysis with PandasAI")
12
 
13
  # Note that API key's running out of budget
14
  contact_url = "https://www.linkedin.com/in/linhvuu"
15
- st.write("I am running out of energy. Please contact [my assistant](%s) to wake me up." % contact_url)
16
-
17
  uploaded_file = st.file_uploader("Upload a CSV file for analysis", type=['csv'])
18
 
19
  if uploaded_file is not None:
 
12
 
13
  # Note that API key's running out of budget
14
  contact_url = "https://www.linkedin.com/in/linhvuu"
15
+ st.write("If no result returns, it means I am running out of energy. Please contact [Linh Vuu](%s) to wake me up." % contact_url)
16
+
17
  uploaded_file = st.file_uploader("Upload a CSV file for analysis", type=['csv'])
18
 
19
  if uploaded_file is not None:
cache/cache_db_0.9.db ADDED
Binary file (799 kB). View file
 
exports/.DS_Store ADDED
Binary file (6.15 kB). View file
 
pandasai.log ADDED
File without changes