darkc0de commited on
Commit
d90aa50
·
verified ·
1 Parent(s): 264f2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,14 +66,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
66
  label="Chatbot Header",
67
  show_label=False,
68
  interactive=False,
69
- height=100,
70
  elem_id="chatbot-logo"
71
  )
72
 
73
  gr.ChatInterface(
74
  respond,
75
  chatbot=gr.Chatbot(
76
- height=700
77
  )
78
  )
79
 
 
66
  label="Chatbot Header",
67
  show_label=False,
68
  interactive=False,
69
+ height=125,
70
  elem_id="chatbot-logo"
71
  )
72
 
73
  gr.ChatInterface(
74
  respond,
75
  chatbot=gr.Chatbot(
76
+ height=675
77
  )
78
  )
79