Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def main():
|
|
| 218 |
if "dfs" not in st.session_state:
|
| 219 |
st.session_state.dfs = None
|
| 220 |
|
| 221 |
-
st.title("Chat with PDFs
|
| 222 |
|
| 223 |
# Chat display with enhanced rendering
|
| 224 |
for message in st.session_state.chat_history:
|
|
|
|
| 218 |
if "dfs" not in st.session_state:
|
| 219 |
st.session_state.dfs = None
|
| 220 |
|
| 221 |
+
st.title("AI Chat with your PDFs :books: or your Data :bar_chart:")
|
| 222 |
|
| 223 |
# Chat display with enhanced rendering
|
| 224 |
for message in st.session_state.chat_history:
|