更新消息展示

This commit is contained in:
yuruo 2025-03-04 14:46:18 +08:00
parent 89bea04a91
commit 0147a383ca

View File

@ -287,9 +287,7 @@ def run():
chatbot = gr.Chatbot(
label="Chatbot History",
autoscroll=True,
height=580,
type="messages"
)
height=580 )
def update_model(model_selection, state):
state["model"] = model_selection