Pijush2023 commited on
Commit
730eafc
·
verified ·
1 Parent(s): a6a5eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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