Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ screen = gr.Interface(
|
|
222 |
inputs = [PDF(label="Upload a PDF", interactive=True), gr.Textbox(lines = 10, placeholder = "Enter your question here π")],
|
223 |
outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon π"),
|
224 |
title="Q&A with PDF π©π»βπ»πβπ»π‘",
|
225 |
-
description="This app facilitates a conversation with PDFs
|
226 |
theme="soft",
|
227 |
# examples=["Hello", "what is the speed of human nerve impulses?"],
|
228 |
)
|
|
|
222 |
inputs = [PDF(label="Upload a PDF", interactive=True), gr.Textbox(lines = 10, placeholder = "Enter your question here π")],
|
223 |
outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon π"),
|
224 |
title="Q&A with PDF π©π»βπ»πβπ»π‘",
|
225 |
+
description="This app facilitates a conversation with PDFs uploadedπ‘",
|
226 |
theme="soft",
|
227 |
# examples=["Hello", "what is the speed of human nerve impulses?"],
|
228 |
)
|