Increase timeout_keep_alive to 600 seconds (10 minutes) for longer idle connection stability
8e79e1b
γ γ γ commited on
Add server_kwargs to increase timeout_keep_alive to 120 seconds for SSL connection stability
f4f7c2d
γ γ γ commited on
Add stop_btn=None to disable stop button in ChatInterface
e4e2384
γ γ γ commited on
Fix: Prevent stop button from appearing during chat processing - Enhance CSS selectors with more specific targeting - Add JavaScript to dynamically hide stop buttons - Use MutationObserver to detect DOM changes - Follow Gradio ChatInterface documentation pattern
51796c8
γ γ γ commited on
Fix: Apply CSS in Blocks constructor and improve selectors - Move CSS from launch() to Blocks constructor (official pattern) - Add more specific CSS selectors with data-testid and placeholder - Follow Gradio official documentation for CSS application
18b03df
γ γ γ commited on
Fix: Adjust Session ID textarea height to 30px
579a2a7
γ γ γ commited on
Fix: Improve Session ID input layout using Gradio Blocks pattern - Remove gr.Row() wrapper to allow full width usage - Improve CSS selectors for Textbox container and input elements - Follow official Gradio Blocks documentation pattern
a400d33
γ γ γ commited on
Fix: Improve Session ID input field layout - Add elem_id for precise CSS targeting - Set container=True to ensure label visibility - Update CSS selectors to use elem_id-based targeting - Improve width and box-sizing properties for better layout
c61475f
γ γ γ commited on
Fix: Hide stop button in ChatInterface using CSS - Add CSS rules to hide and disable stop button - Prevent stop button from appearing after submit - Make stop button non-clickable with pointer-events: none
06387ea
γ γ γ commited on
Fix: Clear chatbot and textbox when clearing chat - Update clear button to reset chatbot, session_id, and textbox - Fix issue where only session_id was being reset
40e39e0
γ γ γ commited on
Fix: Increase Session ID input width and add clear chat button - Add CSS to increase Session ID input min-width to 800px - Add scale=10 to Session ID Textbox in Row - Add clear chat button using chatbot_interface.chatbot_value - Follow official documentation pattern
1ffb9f7
γ γ γ commited on
Fix: Remove clear_btn and submit_btn parameters for Gradio 5.0 - These parameters were removed in Gradio 5.0 - Use default buttons provided by ChatInterface
89d4719
γ γ γ commited on
Fix: Use default textbox in ChatInterface to show submit and clear buttons - Remove custom textbox parameter (causes buttons to not show) - Use ChatInterface default textbox - Update example buttons to use chatbot_interface.textbox - Follow official documentation pattern
1483c7e
γ γ γ commited on
Fix: Simplify Session ID input to match local dev version - Remove scale, container, and elem_id parameters - Use default Textbox behavior like local version
3f75209
γ γ γ commited on
Fix: Restore Session ID label and increase input field width - Set container=True to show label - Add CSS to increase minimum width to 600px - Add elem_id for styling
90f7b3d
γ γ γ commited on
Fix: Increase Session ID input field size - Add scale=10 and container=False for better visibility
366a691
γ γ γ commited on
Fix: Remove submit_btn and clear_btn parameters - ChatInterface provides buttons by default in Gradio 5.0
5cd4d41
γ γ γ commited on
Fix: Update ChatInterface to follow official documentation pattern - Create textbox before ChatInterface - Bind chatbot.clear() event handler - Add submit_btn and clear_btn explicitly
6921414
γ γ γ commited on
fix: remove show_api parameter from launch() for gradio 5.0
7281574
γ γ γ commited on
fix: remove retry_btn, undo_btn, clear_btn from ChatInterface for gradio 5.0
02305b5
γ γ γ commited on
fix: update gradio 5.0 API - remove show_copy_button, move theme/css to launch()
2f2a20d
γ γ γ commited on
fix: use HF Spaces recommended pattern - remove sdk_version, manage gradio in requirements.txt
9ce2479
γ γ γ commited on
fix: update gradio sdk_version in README and requirements.txt
36f04da
γ γ γ commited on
fix: upgrade gradio to 5.0.0+ for huggingface_hub compatibility
8aadf24
γ γ γ commited on
fix: upgrade gradio to support latest huggingface_hub
f072f9b
γ γ γ commited on
fix: update requirements.txt to use fastembed>=0.7.0 and remove sentence-transformers
5313993
γ γ γ commited on
revert: use fastembed>=0.7.0 with rerank module, remove huggingface_hub version constraint
a7ce251
γ γ γ commited on
fix: downgrade fastembed to <0.7.0 for huggingface_hub compatibility
0b5297f
γ γ γ commited on
fix: pin huggingface_hub<0.20.0 for gradio 4.44.1 compatibility
29a813b
γ γ γ commited on
fix: use direct dependencies in root requirements.txt for HF Spaces
a16b2d5
γ γ γ commited on
refactor: split nodes into modules, add core/prompts, switch to sync mode
f627d36
γ γ γ commited on
Fix requirements.txt: Use direct dependencies instead of relative path
3e5c5ab
γ γ γ commited on
Update app.py: Change logging level from INFO to WARNING