Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
93eb31f
1
Parent(s):
ddcb279
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ def chat(user_input):
|
|
238 |
with gr.Blocks(css=custom_css) as demo:
|
239 |
|
240 |
pdf_input = gr.File(label="اختر ملف PDF")
|
241 |
-
output_label = gr.HTML() # Replaced Textbox with HTML for label
|
242 |
submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
|
243 |
chat_input = gr.Textbox(label="أدخل سؤالك هنا", interactive=False)
|
244 |
chat_output = gr.Textbox(label="الرد الآلي", interactive=False)
|
|
|
238 |
with gr.Blocks(css=custom_css) as demo:
|
239 |
|
240 |
pdf_input = gr.File(label="اختر ملف PDF")
|
241 |
+
output_label = gr.HTML("") # Replaced Textbox with HTML for label
|
242 |
submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
|
243 |
chat_input = gr.Textbox(label="أدخل سؤالك هنا", interactive=False)
|
244 |
chat_output = gr.Textbox(label="الرد الآلي", interactive=False)
|