Spaces:
Runtime error
Runtime error
dreamerdeo
commited on
Commit
•
33131e4
1
Parent(s):
c05c1f8
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ placeholder = """
|
|
111 |
chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
|
112 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
113 |
# gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
|
114 |
-
gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor2/raw/main/misc/
|
115 |
gr.ChatInterface(predict, chatbot=chatbot, fill_height=True, examples=prompt_examples, css=css)
|
116 |
|
117 |
demo.launch() # Launching the web interface.
|
|
|
111 |
chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
|
112 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
113 |
# gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
|
114 |
+
gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor2/raw/main/misc/sailor2_wide_banner.jpg" style="height: 110px"/><p>""")
|
115 |
gr.ChatInterface(predict, chatbot=chatbot, fill_height=True, examples=prompt_examples, css=css)
|
116 |
|
117 |
demo.launch() # Launching the web interface.
|