Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
8139e09
1
Parent(s):
ad4ae8a
Update app.py
Browse files
app.py
CHANGED
@@ -222,8 +222,17 @@ class LangChain_Document_QA:
|
|
222 |
gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
|
223 |
""")
|
224 |
with gr.Row():
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
with gr.Row():
|
228 |
with gr.Column(scale=0.8):
|
229 |
txt = gr.Textbox(
|
@@ -232,13 +241,11 @@ class LangChain_Document_QA:
|
|
232 |
|
233 |
with gr.Column(scale=0.2):
|
234 |
emptyBtn = gr.Button("🧹 Clear")
|
235 |
-
with gr.Row():
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
with gr.Column(scale=0.20, min_width=0):
|
241 |
-
button=gr.Button(value="🚀send")
|
242 |
with gr.Row():
|
243 |
with gr.Column(scale=0.50):
|
244 |
txt4 =gr.Textbox(
|
|
|
222 |
gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
|
223 |
""")
|
224 |
with gr.Row():
|
225 |
+
gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")
|
226 |
+
with gr.Row():
|
227 |
+
with gr.Column(scale=0.70):
|
228 |
+
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
|
229 |
+
with gr.Column(scale=0.30):
|
230 |
+
with gr.Row():
|
231 |
+
txt3 =gr.Textbox(
|
232 |
+
show_label=False,
|
233 |
+
placeholder="AI Healthcare Suggesstion").style(container=False)
|
234 |
+
with gr.Row():
|
235 |
+
button=gr.Button(value="🚀send")
|
236 |
with gr.Row():
|
237 |
with gr.Column(scale=0.8):
|
238 |
txt = gr.Textbox(
|
|
|
241 |
|
242 |
with gr.Column(scale=0.2):
|
243 |
emptyBtn = gr.Button("🧹 Clear")
|
244 |
+
# with gr.Row():
|
245 |
+
# with gr.Column(scale=0.80):
|
246 |
+
|
247 |
+
# with gr.Column(scale=0.20, min_width=0):
|
248 |
+
|
|
|
|
|
249 |
with gr.Row():
|
250 |
with gr.Column(scale=0.50):
|
251 |
txt4 =gr.Textbox(
|