darkc0de commited on
Commit
66f783c
·
verified ·
1 Parent(s): 8e614c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as d
129
  gr.ChatInterface(
130
  fn=respond, # The function to call when a message is sent
131
  chatbot=gr.Chatbot( # Configure the chatbot display area
132
- height=750, # Set the height of the chat history display to 800px
133
  label="XORTRON - Criminal Computing" # Set the label
134
  )
135
  )
 
129
  gr.ChatInterface(
130
  fn=respond, # The function to call when a message is sent
131
  chatbot=gr.Chatbot( # Configure the chatbot display area
132
+ height=700, # Set the height of the chat history display to 800px
133
  label="XORTRON - Criminal Computing" # Set the label
134
  )
135
  )