Spaces:
Runtime error
Runtime error
QOL update for textbox label and gr.examples
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -441,6 +441,7 @@ textbox = gr.Textbox(
|
|
441 |
),
|
442 |
visible=True,
|
443 |
container=False,
|
|
|
444 |
)
|
445 |
with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
446 |
# state = gr.State()
|
|
|
441 |
),
|
442 |
visible=True,
|
443 |
container=False,
|
444 |
+
label="User Input"
|
445 |
)
|
446 |
with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
447 |
# state = gr.State()
|