You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firecrawl_api_key=st.sidebar.text_input("Firecrawl API Key", type="password", disabled=st.session_state.is_processing_docs)
69
-
render_web_search_toggle(st, firecrawl_api_key)
67
+
serper_api_key=st.sidebar.text_input("Serper API Key", type="password", disabled=st.session_state.is_processing_docs)
68
+
render_web_search_toggle(st, serper_api_key)
70
69
render_auth_buttons(st)
71
-
returnapi_key, model_choice, firecrawl_api_key
70
+
returnapi_key, model_choice, serper_api_key
72
71
73
72
defhandle_file_upload(api_key, model_choice):
74
73
uploaded_files=st.file_uploader("Upload up to 3 files each under 2MB", type=["pdf","txt","docx"], accept_multiple_files=True, disabled=st.session_state.is_processing_docs) or []
0 commit comments