karthikeyan-r commited on
Commit
7b3aa96
1 Parent(s): 7852b97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ class LangChain_Document_QA:
207
  def gradio_interface(self):
208
  with gr.Blocks(css="style.css",theme='JohnSmith9982/small_and_pretty') as demo:
209
  with gr.Row():
210
- gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
211
  """)
212
  with gr.Row():
213
  gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")
 
207
  def gradio_interface(self):
208
  with gr.Blocks(css="style.css",theme='JohnSmith9982/small_and_pretty') as demo:
209
  with gr.Row():
210
+ gr.HTML("""<center></center>
211
  """)
212
  with gr.Row():
213
  gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")