yetessam commited on
Commit
df01613
·
verified ·
1 Parent(s): 5328df4

Rename CA_UI.py to ContentGradio_UI.py

Browse files
Files changed (1) hide show
  1. CA_UI.py → ContentGradio_UI.py +1 -1
CA_UI.py → ContentGradio_UI.py RENAMED
@@ -73,7 +73,7 @@ def create_footer():
73
  gr.Markdown("<div id='footer'>© 2025 My Gradio App | All Rights Reserved</div>")
74
 
75
  # Main function to bring all sections together
76
- def ca_gui():
77
  with gr.Blocks(css=css) as ca_gui:
78
  create_header() # Create the header
79
  create_user_guidance() # Create user guidance section
 
73
  gr.Markdown("<div id='footer'>© 2025 My Gradio App | All Rights Reserved</div>")
74
 
75
  # Main function to bring all sections together
76
+ def ContentAgentUI():
77
  with gr.Blocks(css=css) as ca_gui:
78
  create_header() # Create the header
79
  create_user_guidance() # Create user guidance section