MaziyarPanahi commited on
Commit
0fccda8
1 Parent(s): 3cda36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
37
 
38
  The original models can be found [MaziyarPanahi/Mistral-7B-Instruct-v0.2-GGUF](https://huggingface.co/MaziyarPanahi/Mistral-7B-Instruct-v0.2-GGUF)"""
39
  )
40
- chatbot = gr.Chatbot(height=700)
41
  msg = gr.Textbox(lines=1, label="User Message")
42
  clear = gr.Button("Clear")
43
  with gr.Row():
 
37
 
38
  The original models can be found [MaziyarPanahi/Mistral-7B-Instruct-v0.2-GGUF](https://huggingface.co/MaziyarPanahi/Mistral-7B-Instruct-v0.2-GGUF)"""
39
  )
40
+ chatbot = gr.Chatbot(height=500)
41
  msg = gr.Textbox(lines=1, label="User Message")
42
  clear = gr.Button("Clear")
43
  with gr.Row():