fffiloni commited on
Commit
59a74a9
1 Parent(s): 2c12515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(css=css) as demo :
219
  with gr.Column():
220
  video_in = gr.Video(label="Video input")
221
  with gr.Accordion("System Instructions", open=False):
222
- system_instruction = gr.Textbox(
223
  value= standard_sys,
224
  interactive = False
225
  )
 
219
  with gr.Column():
220
  video_in = gr.Video(label="Video input")
221
  with gr.Accordion("System Instructions", open=False):
222
+ system_instruction = gr.Markdown(
223
  value= standard_sys,
224
  interactive = False
225
  )