CyberNative commited on
Commit
79fc053
1 Parent(s): e68c8e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def chat_llama3_8b(message: str,
86
 
87
 
88
  # Gradio block
89
- chatbot=gr.Chatbot(height=600, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
90
 
91
  with gr.Blocks(fill_height=True, css=css) as demo:
92
 
 
86
 
87
 
88
  # Gradio block
89
+ chatbot=gr.Chatbot(height=700, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
90
 
91
  with gr.Blocks(fill_height=True, css=css) as demo:
92