Spaces:
Sleeping
Sleeping
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -670,7 +670,7 @@ demo = gr.ChatInterface(
|
|
670 |
],
|
671 |
title="AI-powered PDF Chat and Web Search Assistant",
|
672 |
description="Chat with your PDFs or use web search to answer questions.",
|
673 |
-
theme=gr.
|
674 |
css=css,
|
675 |
examples=[
|
676 |
["Tell me about the contents of the uploaded PDFs."],
|
|
|
670 |
],
|
671 |
title="AI-powered PDF Chat and Web Search Assistant",
|
672 |
description="Chat with your PDFs or use web search to answer questions.",
|
673 |
+
theme=gr.Theme.from_hub("JohnSmith9982/small_and_pretty"),
|
674 |
css=css,
|
675 |
examples=[
|
676 |
["Tell me about the contents of the uploaded PDFs."],
|