darkc0de commited on
Commit
70a9606
·
verified ·
1 Parent(s): 631ef75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>Xortron</h1>") # Title banner
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__":