daqc commited on
Commit
465ba03
·
verified ·
1 Parent(s): cd7d11f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ session_lock = threading.Lock()
93
  append_answer_lock = threading.Lock()
94
 
95
  # Initialize browser
96
- browser = SimpleTextBrowser()
97
 
98
  # Initialize tools
99
  ti_tool = TextInspectorTool(None, 20000) # Will be updated with session-specific model
 
93
  append_answer_lock = threading.Lock()
94
 
95
  # Initialize browser
96
+ browser = SimpleTextBrowser(request_kwargs={})
97
 
98
  # Initialize tools
99
  ti_tool = TextInspectorTool(None, 20000) # Will be updated with session-specific model