CyberNative commited on
Commit
e68c8e3
1 Parent(s): 68bcc63

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=450, 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=600, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
90
 
91
  with gr.Blocks(fill_height=True, css=css) as demo:
92