nuojohnchen commited on
Commit
39329a7
·
verified ·
1 Parent(s): 44c12b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
374
 
375
  gr.Examples(examples=examples, inputs=[instruction, response1, response2])
376
 
377
- gr.Markdown(LICENSE)
378
 
379
  if __name__ == "__main__":
380
  demo.launch()
 
374
 
375
  gr.Examples(examples=examples, inputs=[instruction, response1, response2])
376
 
377
+ gr.HTML(LICENSE)
378
 
379
  if __name__ == "__main__":
380
  demo.launch()