CatoG commited on
Commit
05b2f16
·
verified ·
1 Parent(s): 26f2060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ with gr.Blocks() as demo:
280
  label="Current bias target",
281
  )
282
 
283
- chatbot = gr.Chatbot(height=400, label="EnergyBiasShifter")
284
  msg = gr.Textbox(
285
  label="Type your message here and press Enter",
286
  placeholder="Ask about energy, climate, economy, jobs, etc...",
 
280
  label="Current bias target",
281
  )
282
 
283
+ chatbot = gr.Chatbot(height=400, label="EnergyBiasShifter", type="tuple")
284
  msg = gr.Textbox(
285
  label="Type your message here and press Enter",
286
  placeholder="Ask about energy, climate, economy, jobs, etc...",