darkc0de commited on
Commit
7491f9f
·
verified ·
1 Parent(s): 7756aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,14 +83,14 @@ with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
83
  label="Chatbot Header",
84
  show_label=False,
85
  interactive=False,
86
- height=150,
87
  elem_id="chatbot-logo"
88
  )
89
 
90
  gr.ChatInterface(
91
  fn=respond,
92
  chatbot=gr.Chatbot(
93
- height=650,
94
  label="Xortron Chat"
95
  )
96
  )
 
83
  label="Chatbot Header",
84
  show_label=False,
85
  interactive=False,
86
+ height=100,
87
  elem_id="chatbot-logo"
88
  )
89
 
90
  gr.ChatInterface(
91
  fn=respond,
92
  chatbot=gr.Chatbot(
93
+ height=700,
94
  label="Xortron Chat"
95
  )
96
  )