James MacQuillan commited on
Commit
72ba367
·
1 Parent(s): c2ea915
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ theme = gr.themes.Citrus(
142
 
143
 
144
  with gr.Blocks(theme = theme,css = custom_css) as demo:
145
- gr.Markdown("<h1 style='text-align: center;'>IM.B - Intelligent Investing with automatedstockmining.org</h1>")
146
 
147
  with gr.Column():
148
  chatbot_display = gr.Chatbot(label="IM.B chat", avatar_images=[None, BOT_AVATAR], height=600, type="messages", layout="panel")
 
142
 
143
 
144
  with gr.Blocks(theme = theme,css = custom_css) as demo:
145
+ gr.Markdown("<h1 style='text-align: center;'>IM.S - built for speed: Intelligent Investing with automatedstockmining.org</h1>")
146
 
147
  with gr.Column():
148
  chatbot_display = gr.Chatbot(label="IM.B chat", avatar_images=[None, BOT_AVATAR], height=600, type="messages", layout="panel")