hanzla commited on
Commit
1a33cc7
1 Parent(s): 2455f9c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def chat_function(message, history, system_prompt,max_new_tokens,temperature):
43
 
44
  gr.ChatInterface(
45
  chat_function,
46
- chatbot=gr.Chatbot(height=420),
47
  textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
48
  title="LLAMA 3 8B Chat",
49
  description="""
 
43
 
44
  gr.ChatInterface(
45
  chat_function,
46
+ chatbot=gr.Chatbot(height=400),
47
  textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
48
  title="LLAMA 3 8B Chat",
49
  description="""