Mathias Lux commited on
Commit
f12e3fe
·
1 Parent(s): 8614e1a

Fixed the height back again.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -76,7 +76,6 @@ with gr.Blocks(title="AI Biographical Interview Assistant") as demo:
76
  chatbot = gr.ChatInterface(
77
  respond,
78
  title = "AI Biographical Interview Assistant",
79
- height = 600,
80
  )
81
 
82
 
 
76
  chatbot = gr.ChatInterface(
77
  respond,
78
  title = "AI Biographical Interview Assistant",
 
79
  )
80
 
81