Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
cf4ca65
1
Parent(s):
001e9e6
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ class LangChain_Document_QA:
|
|
229 |
placeholder="Patient").style(container=False)
|
230 |
|
231 |
with gr.Column(scale=0.2):
|
232 |
-
emptyBtn = gr.Button("🧹 Clear"
|
233 |
with gr.Row():
|
234 |
with gr.Column(scale=0.80):
|
235 |
txt3 =gr.Textbox(
|
|
|
229 |
placeholder="Patient").style(container=False)
|
230 |
|
231 |
with gr.Column(scale=0.2):
|
232 |
+
emptyBtn = gr.Button("🧹 Clear")
|
233 |
with gr.Row():
|
234 |
with gr.Column(scale=0.80):
|
235 |
txt3 =gr.Textbox(
|