Mathias Lux commited on
Commit
2eb501f
·
1 Parent(s): b5bf49f

Try again re-sizing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title="AI Biographical Interview Assistant") as demo:
94
 
95
  chatbot = gr.ChatInterface(
96
  respond,
97
- elem_classes="large-chat" # Add a class for additional CSS targeting if needed
98
  )
99
 
100
 
 
94
 
95
  chatbot = gr.ChatInterface(
96
  respond,
97
+ # elem_classes="large-chat" # Add a class for additional CSS targeting if needed
98
  )
99
 
100