Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -564,6 +564,7 @@ hardcoded_prompt_3 = "Create a high-energy scene of a DJ performing on a large s
|
|
564 |
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
565 |
with gr.Row():
|
566 |
with gr.Column():
|
|
|
567 |
chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
|
568 |
choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
|
569 |
|
|
|
564 |
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
565 |
with gr.Row():
|
566 |
with gr.Column():
|
567 |
+
state = gr.State()
|
568 |
chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
|
569 |
choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
|
570 |
|