Spaces:
Runtime error
Runtime error
Commit
·
c7de91a
1
Parent(s):
c4e9b62
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,14 +235,6 @@ class LangChain_Document_QA:
|
|
| 235 |
txt = gr.Textbox(show_label=False,placeholder="Patient").style(container=False)
|
| 236 |
with gr.Column(scale=0.10):
|
| 237 |
emptyBtn = gr.Button("🧹 Clear")
|
| 238 |
-
with gr.Column(scale=0.30):
|
| 239 |
-
with gr.Row():
|
| 240 |
-
txt3 =gr.Textbox(
|
| 241 |
-
show_label=False,
|
| 242 |
-
placeholder="AI Healthcare Suggesstion",
|
| 243 |
-
elem_id="suggestheight").style(container=False)
|
| 244 |
-
with gr.Row():
|
| 245 |
-
button=gr.Button(value="🚀send")
|
| 246 |
|
| 247 |
with gr.Accordion("Conversational AI Analytics", open = False):
|
| 248 |
with gr.Row():
|
|
|
|
| 235 |
txt = gr.Textbox(show_label=False,placeholder="Patient").style(container=False)
|
| 236 |
with gr.Column(scale=0.10):
|
| 237 |
emptyBtn = gr.Button("🧹 Clear")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
|
| 239 |
with gr.Accordion("Conversational AI Analytics", open = False):
|
| 240 |
with gr.Row():
|