Spaces:
Runtime error
Runtime error
Commit
·
5518bef
1
Parent(s):
755ed65
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('<h2 style="color:blue; font-size:20px; text-align: center; justify-content: center;">Q&A bot for PDF docs. Upload your document, press the button, and wait for confirmation of success</h2>')
|
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('<h2 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</h2>')
|
82 |
|
83 |
with gr.Tab('Input PDF document here'):
|
84 |
text_input = gr.File()
|