darkc0de commited on
Commit
740f2fd
Β·
verified Β·
1 Parent(s): be1f2d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
84
  gr.ChatInterface(
85
  fn=respond,
86
  chatbot=gr.Chatbot(
87
- height=700,
88
  label="Xortron - Criminal Computing"
89
  )
90
  )
 
84
  gr.ChatInterface(
85
  fn=respond,
86
  chatbot=gr.Chatbot(
87
+ height=800,
88
  label="Xortron - Criminal Computing"
89
  )
90
  )