rohangbs commited on
Commit
4899ef1
·
verified ·
1 Parent(s): f75d5f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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"
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