DevNumb commited on
Commit
4ec9fa4
·
verified ·
1 Parent(s): e1e784e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -20
app.py CHANGED
@@ -497,26 +497,7 @@ def clear_form():
497
  # Add this at the top of your Gradio Blocks
498
  with gr.Blocks(
499
  theme=gr.themes.Soft(),
500
- title="AI Coordination System",
501
- css="""
502
- /* Hide Hugging Face header completely */
503
- .gradio-container {
504
- margin-top: -60px !important;
505
- }
506
- header {
507
- display: none !important;
508
- }
509
- .hf-header {
510
- display: none !important;
511
- }
512
- /* Hide footer and other HF elements */
513
- footer {
514
- display: none !important;
515
- }
516
- .svelte-1l6xkfb {
517
- display: none !important;
518
- }
519
- """
520
  ) as ui:
521
  gr.Markdown("# 🏢 AI Department Coordination System")
522
  gr.Markdown("*Streamline communication between Administration, Production, and Magazine Management*")
 
497
  # Add this at the top of your Gradio Blocks
498
  with gr.Blocks(
499
  theme=gr.themes.Soft(),
500
+ title="AI Coordination System"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  ) as ui:
502
  gr.Markdown("# 🏢 AI Department Coordination System")
503
  gr.Markdown("*Streamline communication between Administration, Production, and Magazine Management*")