RKP64 commited on
Commit
f1df47a
·
verified ·
1 Parent(s): 17a344a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def main():
19
  st.error("OpenAI API Key is not set in the environment. Please check your environment variables.")
20
  return
21
  else:
22
- st.success("OpenAI API Key loaded successfully!")
23
 
24
  # Upload the CSV file
25
  csv_file = st.file_uploader("Upload a CSV file", type="csv")
 
19
  st.error("OpenAI API Key is not set in the environment. Please check your environment variables.")
20
  return
21
  else:
22
+ st.success("Financial Agent Started ")
23
 
24
  # Upload the CSV file
25
  csv_file = st.file_uploader("Upload a CSV file", type="csv")