Spaces:
Sleeping
Sleeping
Rename CA_UI.py to ContentGradio_UI.py
Browse files
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
|
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
|