rwitz commited on
Commit
d1fb9a1
·
verified ·
1 Parent(s): d467e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -308,7 +308,6 @@ with gr.Blocks() as demo:
308
  upvote_btn_b.click(vote_down_model, inputs=[state, chatbot1, chatbot2], outputs=[chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])
309
 
310
  with gr.Tab("💬 Direct Chat"):
311
- global state
312
  gr.Markdown("## 🗣️ Chat directly with a model!")
313
 
314
  with gr.Row():
 
308
  upvote_btn_b.click(vote_down_model, inputs=[state, chatbot1, chatbot2], outputs=[chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])
309
 
310
  with gr.Tab("💬 Direct Chat"):
 
311
  gr.Markdown("## 🗣️ Chat directly with a model!")
312
 
313
  with gr.Row():