Spaces:
Runtime error
Runtime error
vincentmin
commited on
Commit
•
d100767
1
Parent(s):
7130cdb
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def chat():
|
|
109 |
interactive=True,
|
110 |
label="Character",
|
111 |
)
|
112 |
-
bot_name.change(fn=lambda value: gr.update(value=f"{value}.jpeg"
|
113 |
|
114 |
with gr.Column(elem_id="chat_container"):
|
115 |
with gr.Row():
|
|
|
109 |
interactive=True,
|
110 |
label="Character",
|
111 |
)
|
112 |
+
bot_name.change(fn=lambda value: gr.update(value=f"{value}.jpeg"), inputs=bot_name, outputs=banner)
|
113 |
|
114 |
with gr.Column(elem_id="chat_container"):
|
115 |
with gr.Row():
|