Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(message, history):
|
|
38 |
|
39 |
|
40 |
with gr.Blocks() as demo:
|
41 |
-
gr.HTML("<h1 style='text-align: center; font-size: 3em;'>
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
|
44 |
if __name__ == "__main__":
|
|
|
38 |
|
39 |
|
40 |
with gr.Blocks() as demo:
|
41 |
+
gr.HTML("<h1 style='text-align: center; font-size: 3em;'>XORTRON</h1>") # Title banner
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
|
44 |
if __name__ == "__main__":
|