A newer version of the Gradio SDK is available: 6.24.0
metadata
title: gradio 10107 before
emoji: 📉
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
pinned: false
Reproduces gradio-app/gradio#10107 on the released gradio 6.20.0.
Send plot to get a bokeh chart, then send anything else and watch the chat area while the reply streams. The chart flickers and the view flips between the top and the bottom of the conversation on every streaming update.
The fixed counterpart is gradio-10107-after, which runs the same app on the build from PR #13678.