Spaces:
Build error
Build error
Update webui.py
Browse files
webui.py
CHANGED
|
@@ -109,7 +109,7 @@ def main():
|
|
| 109 |
'''
|
| 110 |
|
| 111 |
with gr.Blocks(css=css) as demo:
|
| 112 |
-
gr.HTML('<h1 align="center">ToyTransformer</h1
|
| 113 |
|
| 114 |
chatbot = gr.Chatbot(elem_id='chatbot')
|
| 115 |
with gr.Column():
|
|
|
|
| 109 |
'''
|
| 110 |
|
| 111 |
with gr.Blocks(css=css) as demo:
|
| 112 |
+
gr.HTML('<h1 align="center">ToyTransformer</h1><h5 align="center">(Note: Please refresh if the page is not responsive.)</h5>')
|
| 113 |
|
| 114 |
chatbot = gr.Chatbot(elem_id='chatbot')
|
| 115 |
with gr.Column():
|