wassemgtk commited on
Commit
966dd1e
·
verified ·
1 Parent(s): 52aa1b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ div.controls { gap: 10px !important; }
103
  """)
104
  with gr.Row():
105
  with gr.Column(scale=3):
106
- chatbot = gr.Chatbot(height=480, avatar_images=(None, None), bubble_full_width=False, likeable=True)
107
  with gr.Row(elem_classes=["controls"]):
108
  max_tokens = gr.Slider(32, 8192, value=4000, step=16, label="Max tokens")
109
  temperature = gr.Slider(0.0, 2.0, value=0.6, step=0.05, label="Temperature")
 
103
  """)
104
  with gr.Row():
105
  with gr.Column(scale=3):
106
+ chatbot = gr.Chatbot(height=480, avatar_images=(None, None), bubble_full_width=False)
107
  with gr.Row(elem_classes=["controls"]):
108
  max_tokens = gr.Slider(32, 8192, value=4000, step=16, label="Max tokens")
109
  temperature = gr.Slider(0.0, 2.0, value=0.6, step=0.05, label="Temperature")