Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ st.title("PDF Fine-tuning and Chat System with Image Retrieval")
|
|
202 |
|
203 |
# Initialize session state
|
204 |
if 'chat_system' not in st.session_state:
|
205 |
-
api_key = "
|
206 |
st.session_state.chat_system = IntegratedChatSystem(api_key)
|
207 |
|
208 |
# Sidebar for image upload
|
|
|
202 |
|
203 |
# Initialize session state
|
204 |
if 'chat_system' not in st.session_state:
|
205 |
+
api_key = ""
|
206 |
st.session_state.chat_system = IntegratedChatSystem(api_key)
|
207 |
|
208 |
# Sidebar for image upload
|