Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
c93e012
1
Parent(s):
c512852
Update app.py
Browse files
app.py
CHANGED
@@ -225,15 +225,13 @@ class LangChain_Document_QA:
|
|
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.Row():
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
emptyBtn = gr.Button("🧹 Clear")
|
237 |
with gr.Column(scale=0.30):
|
238 |
with gr.Row():
|
239 |
txt3 =gr.Textbox(
|
|
|
225 |
gr.HTML("""<center><h1>AI Mental Healthcare ChatBot</h1></center>""")
|
226 |
with gr.Row():
|
227 |
with gr.Column(scale=0.70):
|
|
|
228 |
with gr.Row():
|
229 |
+
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=360)
|
230 |
+
with gr.Row():
|
231 |
+
with gr.Column(scale=0.80):
|
232 |
+
txt = gr.Textbox(show_label=False,placeholder="Patient").style(container=False, height=360)
|
233 |
+
with gr.Column(scale=0.20):
|
234 |
+
emptyBtn = gr.Button("🧹 Clear")
|
|
|
235 |
with gr.Column(scale=0.30):
|
236 |
with gr.Row():
|
237 |
txt3 =gr.Textbox(
|