SamiKoen commited on
Commit
4df9269
·
1 Parent(s): d8ee271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
131
  with gr.Accordion("", open=False, visible=False):
132
  system_msg = gr.Textbox(info = system_msg_info, value="")
133
  accordion_msg = gr.HTML(value="", visible=False)
134
- chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
135
  inputs = gr.Textbox(placeholder= "Buraya yazın, yanıtlayalım.", show_label= False)
136
  state = gr.State([])
137
  '''with gr.Row():
 
131
  with gr.Accordion("", open=False, visible=False):
132
  system_msg = gr.Textbox(info = system_msg_info, value="")
133
  accordion_msg = gr.HTML(value="", visible=False)
134
+ chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot").style(height=360)
135
  inputs = gr.Textbox(placeholder= "Buraya yazın, yanıtlayalım.", show_label= False)
136
  state = gr.State([])
137
  '''with gr.Row():