dzip commited on
Commit
584cc70
·
verified ·
1 Parent(s): c7126b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,9 +70,9 @@ def reset_textbox():
70
  return gr.update(value='')
71
 
72
  # UI Components
73
- title = """<h1 align="center">Customizable Chatbot with OpenAI API</h1>"""
74
  description = """
75
- Explore the outputs of a GPT-3.5 model, with the ability to customize system prompts, enter your OpenAI API key, and interact with a history of conversation logs.
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;}