Update app.py
Browse files
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("
|
| 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")
|