Update app.py
Browse files
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():
|