Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,10 +54,10 @@ with gr.Blocks(
|
|
| 54 |
text: 'Enter your Gemini API key, upload PDF document, select summary kind, then hit the summarize button',
|
| 55 |
confirmButtonColor: 'black',
|
| 56 |
timer: 7000
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
</div>
|
| 62 |
""")
|
| 63 |
|
|
|
|
| 54 |
text: 'Enter your Gemini API key, upload PDF document, select summary kind, then hit the summarize button',
|
| 55 |
confirmButtonColor: 'black',
|
| 56 |
timer: 7000
|
| 57 |
+
});"
|
| 58 |
+
style="padding: 10px; background-color: #black; color: white; border: none; border-radius: 5px; cursor: pointer;">
|
| 59 |
+
Info
|
| 60 |
+
</button>
|
| 61 |
</div>
|
| 62 |
""")
|
| 63 |
|