Spaces:
Running
Running
Update Gradio_UI.py
Browse files- Gradio_UI.py +4 -0
Gradio_UI.py
CHANGED
@@ -42,6 +42,10 @@ agent_header = """
|
|
42 |
|
43 |
section_header = "Section Overview"
|
44 |
|
|
|
|
|
|
|
|
|
45 |
agent_footer = """
|
46 |
Thanks for trying it out!
|
47 |
"""
|
|
|
42 |
|
43 |
section_header = "Section Overview"
|
44 |
|
45 |
+
|
46 |
+
examples = [ "", "",""]
|
47 |
+
|
48 |
+
|
49 |
agent_footer = """
|
50 |
Thanks for trying it out!
|
51 |
"""
|