Spaces:
Runtime error
Runtime error
minor spelling mistakes
Browse files
app.py
CHANGED
@@ -150,8 +150,8 @@ screen = gr.Interface(
|
|
150 |
fn = chat,
|
151 |
inputs = gr.Textbox(lines = 10, placeholder = "Enter your question here π"),
|
152 |
outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon π"),
|
153 |
-
title="Q&
|
154 |
-
|
155 |
theme="soft",
|
156 |
# examples=["Hello", "what is the speed of human nerve impulses?"],
|
157 |
)
|
|
|
150 |
fn = chat,
|
151 |
inputs = gr.Textbox(lines = 10, placeholder = "Enter your question here π"),
|
152 |
outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon π"),
|
153 |
+
title="Q&A with PDF π©π»βπ»πβπ»π‘",
|
154 |
+
description="This app facilitates a conversation with PDFs available on https://www.delo.si/assets/media/other/20110728/100%20Weird%20Facts%20About%20the%20Human%20Body.pdfπ‘",
|
155 |
theme="soft",
|
156 |
# examples=["Hello", "what is the speed of human nerve impulses?"],
|
157 |
)
|