winglian commited on
Commit
c979a1e
1 Parent(s): a8bd199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=CSS) as demo:
100
  system_msg = gr.Textbox(
101
  start_message, label="System Message", interactive=True, visible=True, placeholder="System prompt. Provide instructions which you want the model to remember.", lines=5)
102
  with gr.Row():
103
- chatbot = gr.Chatbot(elem_id="chatbot").style(height=400)
104
  with gr.Row():
105
  message = gr.Textbox(
106
  label="What do you want to chat about?",
 
100
  system_msg = gr.Textbox(
101
  start_message, label="System Message", interactive=True, visible=True, placeholder="System prompt. Provide instructions which you want the model to remember.", lines=5)
102
  with gr.Row():
103
+ chatbot = gr.Chatbot(elem_id="chatbot")
104
  with gr.Row():
105
  message = gr.Textbox(
106
  label="What do you want to chat about?",