Spaces:
Sleeping
Sleeping
karthikeyan-r
commited on
Commit
•
7b3aa96
1
Parent(s):
7852b97
Update app.py
Browse files
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
|
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>""")
|