Spaces:
Runtime error
Runtime error
Commit
·
74f1e2b
1
Parent(s):
5518bef
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
|
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
|
81 |
-
gr.Markdown('<
|
82 |
|
83 |
with gr.Tab('Input PDF document here'):
|
84 |
text_input = gr.File()
|
|
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
|
81 |
+
gr.Markdown('<h1 style="color:blue; font-size:20px; text-align: center; justify-content: center; font-weight:bold;">Q&A bot for PDF docs. Upload your document, press the button, and wait for confirmation of success</h1>')
|
82 |
|
83 |
with gr.Tab('Input PDF document here'):
|
84 |
text_input = gr.File()
|