Ifeanyi commited on
Commit
31e6bfe
·
verified ·
1 Parent(s): 309db6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- style="padding: 20px; background-color: #black; color: white; border: none; border-radius: 5px; cursor: pointer;">
59
- Info
60
- </button>
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