Yuvraj Sharma
Yuvraj Sharma
Awesome, let us know if you need any help from us at huggingface-gradio! Docs for Spaces: https://huggingface.co/docs/hub/en/spaces Gradio docs at: Gradio.app
Ah, this is perfect @dawoodkhan82 ! Thanks for sharing the solution.
Actually, I am still experiencing issues with the chat window size while customizing a ChatInterface using the chatbot parameter. ``` import gradio as gr def chat(msg, hist): return "ok" chatbot=...
Hi @dawoodkhan82 I found that `fill_height=True` only works for `gr.ChatInterface`. When using `gr.Chatbot` alone or to customize the ChatInterface, the parameter stops working. Repro: - multimodal chatbot with gr.Chatbot (doesn't...
Sweet, thanks @dawoodkhan82! I was able to expand all the chatbot test-cases (from above) to full screen height by setting up `scale=1` inside the chatbot instances. I think we should...
I can debug this more deeply at my end, but have you already tried setting `debug=True` in `launch()` to look at the log what error it is showing?
ah, sweet, thanks for sharing this. I think we just need to return the full message from the `stream_response` function instead of a single word. I used your above repro...
Brilliant! Thanks for the response and for adding the demo locally 🙌
This is awesome! I tested with multiple themes and it works perfectly in all (white/dark) scenarios. Thanks so much, @dawoodkhan82 🙌
"Duplicate Button" feature implementation can help us drive a good amount of growth cc: @AK391 @abidlabs