DrishtiSharma commited on
Commit
e2f91cd
·
verified ·
1 Parent(s): c8adc49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if not openai_api_key:
19
  # Initialize the LLM
20
  llm = OpenAI(api_token=openai_api_key)
21
 
22
- st.title("Chat with Your CSV File Using PandasAI")
23
 
24
  uploaded_file = st.file_uploader("Upload a CSV file", type="csv")
25
 
 
19
  # Initialize the LLM
20
  llm = OpenAI(api_token=openai_api_key)
21
 
22
+ st.title("Chat with CSV File Using PandasAI")
23
 
24
  uploaded_file = st.file_uploader("Upload a CSV file", type="csv")
25