Spaces:
Runtime error
Runtime error
dreamerdeo
commited on
Commit
•
bc3b2e9
1
Parent(s):
5b7ce07
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ prompt_examples = [
|
|
108 |
# </div>
|
109 |
# """
|
110 |
|
111 |
-
|
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/sailor_wide_banner.jpg" style="height: 110px"/><p>""")
|
|
|
108 |
# </div>
|
109 |
# """
|
110 |
|
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/sailor_wide_banner.jpg" style="height: 110px"/><p>""")
|