dreamerdeo commited on
Commit
800f578
1 Parent(s): e9ac922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ prompt_examples = [
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.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
91
- gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/wide_sailor_banner.jpg" style="height: 180px"/><p>""")
92
 
93
 
94
  demo.launch() # Launching the web interface.
 
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.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
91
+ 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>""")
92
 
93
 
94
  demo.launch() # Launching the web interface.