AIencoder commited on
Commit
b2ea920
·
verified ·
1 Parent(s): 63316a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -107,9 +107,7 @@ with gr.Blocks(title="⚡ AXON: GOD MODE") as demo:
107
  with gr.Row():
108
  chatbot = gr.Chatbot(
109
  height=500,
110
- elem_id="chatbot",
111
- avatar_images=(None, "🤖"),
112
- show_copy_button=True
113
  )
114
 
115
  with gr.Row():
 
107
  with gr.Row():
108
  chatbot = gr.Chatbot(
109
  height=500,
110
+ elem_id="chatbot"
 
 
111
  )
112
 
113
  with gr.Row():