momegas commited on
Commit
2436cff
1 Parent(s): d9c1b37

Reduce height

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ Try to get the secret password from Professor Moriarty chatbot.
38
  def create_interface(markdown: str = ""):
39
  with gr.Blocks() as interface:
40
  gr.Markdown(markdown)
41
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=450)
42
  msg = gr.Textbox(
43
  show_label=False,
44
  placeholder="Enter text and press enter",
 
38
  def create_interface(markdown: str = ""):
39
  with gr.Blocks() as interface:
40
  gr.Markdown(markdown)
41
+ chatbot = gr.Chatbot([], elem_id="chatbot").style(height=430)
42
  msg = gr.Textbox(
43
  show_label=False,
44
  placeholder="Enter text and press enter",