Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ if uploaded_file is not None:
|
|
11 |
#chat_object= dc(file_path='./data/employees.csv')
|
12 |
chat_object= dc(file_path=data_file)
|
13 |
|
14 |
-
st.title("Data
|
15 |
|
16 |
# Initialize chat history
|
17 |
if "messages" not in st.session_state:
|
|
|
11 |
#chat_object= dc(file_path='./data/employees.csv')
|
12 |
chat_object= dc(file_path=data_file)
|
13 |
|
14 |
+
st.title("Data-Engineers-Helper")
|
15 |
|
16 |
# Initialize chat history
|
17 |
if "messages" not in st.session_state:
|