dreamerdeo commited on
Commit
f0371e7
1 Parent(s): da13492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ prompt_examples = [
86
  ]
87
 
88
  with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
89
- gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
90
  gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/wide_sailor_banner.jpg" style="height: 110px"/><p>""")
91
  gr.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
92
 
 
86
  ]
87
 
88
  with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
89
+ # gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
90
  gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/wide_sailor_banner.jpg" style="height: 110px"/><p>""")
91
  gr.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
92