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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,8 +87,7 @@ prompt_examples = [
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.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.
 
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
 
93
  demo.launch() # Launching the web interface.