Spaces:
Sleeping
Sleeping
Update ContentGradio.py
Browse files- ContentGradio.py +1 -1
ContentGradio.py
CHANGED
@@ -41,7 +41,7 @@ def create_header():
|
|
41 |
|
42 |
"""
|
43 |
with gr.Row():
|
44 |
-
gr.Markdown(
|
45 |
|
46 |
# Create the user guidance section
|
47 |
def create_user_guidance():
|
|
|
41 |
|
42 |
"""
|
43 |
with gr.Row():
|
44 |
+
gr.Markdown("<div id='header'>" + agent_header" </div>")
|
45 |
|
46 |
# Create the user guidance section
|
47 |
def create_user_guidance():
|