bezaime commited on
Commit
c2b59e3
·
verified ·
1 Parent(s): 6b1d463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,6 @@ with gr.Blocks(theme=custom_theme) as demo:
119
  fn=rag_memory_stream,
120
  type="messages",
121
  examples=examples,
122
- height=400, # Ensure a default height for the chat interface
123
  )
124
 
125
  # Car Preferences Tab
@@ -183,3 +182,4 @@ with gr.Blocks(theme=custom_theme) as demo:
183
  if __name__ == "__main__":
184
  demo.launch()
185
 
 
 
119
  fn=rag_memory_stream,
120
  type="messages",
121
  examples=examples,
 
122
  )
123
 
124
  # Car Preferences Tab
 
182
  if __name__ == "__main__":
183
  demo.launch()
184
 
185
+