Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -535,7 +535,7 @@ def show_chat_ui():
|
|
| 535 |
with gr.Blocks(css="""
|
| 536 |
/* ✅ Set consistent light background */
|
| 537 |
body {
|
| 538 |
-
background-color: #
|
| 539 |
}
|
| 540 |
|
| 541 |
.gradio-container {
|
|
@@ -659,7 +659,7 @@ button.secondary {
|
|
| 659 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
| 660 |
download_main_btn = gr.Button("📥 Download AI-Enhanced Resume")
|
| 661 |
status_text_main = gr.Markdown(" ", visible=True)
|
| 662 |
-
main_pdf_file = gr.File(visible=
|
| 663 |
|
| 664 |
|
| 665 |
|
|
|
|
| 535 |
with gr.Blocks(css="""
|
| 536 |
/* ✅ Set consistent light background */
|
| 537 |
body {
|
| 538 |
+
background-color: #f7f9fc !important;
|
| 539 |
}
|
| 540 |
|
| 541 |
.gradio-container {
|
|
|
|
| 659 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
| 660 |
download_main_btn = gr.Button("📥 Download AI-Enhanced Resume")
|
| 661 |
status_text_main = gr.Markdown(" ", visible=True)
|
| 662 |
+
main_pdf_file = gr.File(visible=False,elem_classes="compact-upload")
|
| 663 |
|
| 664 |
|
| 665 |
|