darkc0de commited on
Commit
06f14b7
·
verified ·
1 Parent(s): 72745f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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![image/gif](https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/s7IwrQkdaQNoDcVZJV0aG.gif)
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__":