Salt40404 commited on
Commit
834c421
·
verified ·
1 Parent(s): 3db20c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css="""
82
  """) as demo:
83
 
84
  with gr.Column():
85
- gr.HTML("<h2 style='text-align:center; color:white'>BitAI V2</h2>")
86
  chatbot = gr.ChatInterface(respond, type="messages")
87
  gr.LoginButton()
88
 
 
82
  """) as demo:
83
 
84
  with gr.Column():
85
+ gr.HTML("<h2 style='text-align:center; color:white'>BitAI</h2>")
86
  chatbot = gr.ChatInterface(respond, type="messages")
87
  gr.LoginButton()
88