Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,6 @@ def respond(message, history):
|
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
gr.HTML("<h1 style='text-align: center; font-size: 3em;'>Xortron7</h1>") # Title banner
|
81 |
-
gr.HTML
|
82 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
83 |
|
84 |
if __name__ == "__main__":
|
|
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
gr.HTML("<h1 style='text-align: center; font-size: 3em;'>Xortron7</h1>") # Title banner
|
|
|
81 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
82 |
|
83 |
if __name__ == "__main__":
|