jeremierostan commited on
Commit
ea91512
·
verified ·
1 Parent(s): 2c81488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ custom_css = """
56
  # Create the Gradio interface
57
  with gr.Blocks(css=custom_css) as demo:
58
  gr.HTML(f"""<img src = "https://i.postimg.cc/43kfn8Xx/a-charming-pixar-style-3d-render-of-a-dolphin-in-a-j-GGid5px-R86-Wo-FLn-Re27d-Q-w9-Mz-RVy8-Qti-PQ2-Irspua-LQ.png" width="320" height="240">""")
59
- gr.Markdown("# **IB Results Analyst** 📊")
60
  chatbot = gr.Chatbot(
61
  [],
62
  elem_id="chatbot",
 
56
  # Create the Gradio interface
57
  with gr.Blocks(css=custom_css) as demo:
58
  gr.HTML(f"""<img src = "https://i.postimg.cc/43kfn8Xx/a-charming-pixar-style-3d-render-of-a-dolphin-in-a-j-GGid5px-R86-Wo-FLn-Re27d-Q-w9-Mz-RVy8-Qti-PQ2-Irspua-LQ.png" width="320" height="240">""")
59
+ gr.Markdown("# **IB Overall Results Analyst** 📈")
60
  chatbot = gr.Chatbot(
61
  [],
62
  elem_id="chatbot",