nico-che commited on
Commit
a3656ae
1 Parent(s): 6b5c18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(
50
  """
51
  )
52
  chatbot = gr.Chatbot(
53
- height=500, # just to fit the notebook
54
  )
55
  msg = gr.Textbox(label="Pose-moi une question sur le rugby pendant la saison 2022-2023")
56
  with gr.Row():
 
50
  """
51
  )
52
  chatbot = gr.Chatbot(
53
+ height=310, # just to fit the notebook
54
  )
55
  msg = gr.Textbox(label="Pose-moi une question sur le rugby pendant la saison 2022-2023")
56
  with gr.Row():