Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,9 +70,9 @@ def reset_textbox():
|
|
70 |
return gr.update(value='')
|
71 |
|
72 |
# UI Components
|
73 |
-
title = """<h1 align="center">
|
74 |
description = """
|
75 |
-
Explore the
|
76 |
"""
|
77 |
|
78 |
with gr.Blocks(css="""#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
|
|
|
70 |
return gr.update(value='')
|
71 |
|
72 |
# UI Components
|
73 |
+
title = """<h1 align="center">Multi_Agent_APP</h1>"""
|
74 |
description = """
|
75 |
+
Explore the reproduce of o1 by combining multi LLM with prompt engineering
|
76 |
"""
|
77 |
|
78 |
with gr.Blocks(css="""#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
|