katielink commited on
Commit
c5daedb
·
verified ·
1 Parent(s): 4c41142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -255,6 +255,8 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
255
  elem_id="system-message",
256
  placeholder="Below is a conversation between a medical student and a helpful AI medical assistant.",
257
  show_label=False,
 
 
258
  )
259
  with gr.Row():
260
  with gr.Group():
 
255
  elem_id="system-message",
256
  placeholder="Below is a conversation between a medical student and a helpful AI medical assistant.",
257
  show_label=False,
258
+ lines=10,
259
+ max_lines=100
260
  )
261
  with gr.Row():
262
  with gr.Group():