Spaces:
Sleeping
Sleeping
Update ContentGradio.py
Browse files- ContentGradio.py +1 -1
ContentGradio.py
CHANGED
|
@@ -34,7 +34,7 @@ def create_header():
|
|
| 34 |
# Content Agent
|
| 35 |
"""
|
| 36 |
with gr.Row():
|
| 37 |
-
gr.Markdown("<div id='header'>" + agent_header"
|
| 38 |
|
| 39 |
# Create the user guidance section
|
| 40 |
def create_user_guidance():
|
|
|
|
| 34 |
# Content Agent
|
| 35 |
"""
|
| 36 |
with gr.Row():
|
| 37 |
+
gr.Markdown("<div id='header'>" + agent_header + "</div>")
|
| 38 |
|
| 39 |
# Create the user guidance section
|
| 40 |
def create_user_guidance():
|