OuroborosM commited on
Commit
591248e
·
1 Parent(s): f10a15b

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -638,7 +638,7 @@ with gr.Blocks() as demo:
638
  )
639
 
640
  with gr.Column() as main2:
641
- title = gr.Markdown("<center>#STLA BABY - YOUR FRIENDLY GUIDE</center>"),
642
  chatbot = gr.Chatbot()
643
  with gr.Row():
644
  inputtext = gr.Textbox(scale= 3)
 
638
  )
639
 
640
  with gr.Column() as main2:
641
+ title = gr.Markdown("#STLA BABY - YOUR FRIENDLY GUIDE"),
642
  chatbot = gr.Chatbot()
643
  with gr.Row():
644
  inputtext = gr.Textbox(scale= 3)