darkc0de commited on
Commit
27fc43e
·
verified ·
1 Parent(s): 5af63a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,14 +46,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
46
  label="Chatbot Header",
47
  show_label=False,
48
  interactive=False,
49
- height=150,
50
  elem_id="chatbot-logo"
51
  )
52
 
53
  gr.ChatInterface(
54
  respond,
55
  chatbot=gr.Chatbot(
56
- height=650
57
  )
58
  )
59
 
 
46
  label="Chatbot Header",
47
  show_label=False,
48
  interactive=False,
49
+ height=100,
50
  elem_id="chatbot-logo"
51
  )
52
 
53
  gr.ChatInterface(
54
  respond,
55
  chatbot=gr.Chatbot(
56
+ height=500
57
  )
58
  )
59