JunchuanYu commited on
Commit
835fb47
1 Parent(s): 0b1dd4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ with gr.Blocks(css=css) as demo:
91
  # <p align="left"> The default model role of the app is the original assistant of ChatGPT, but you can also choose from the provided roles. <p>
92
  # <p align="left"> Two adjustable parameters are provided to optimize the model: temperature, where a larger value leads to more creative replies, and max tokens, where a larger value allows the model to reply with more content. <p>
93
  # """)
94
- gr.Markdown("""<center># Sydney-AI</center> <b>""")
 
95
  with gr.Row():
96
  with gr.Column():
97
  chatbot = gr.Chatbot(elem_id="chatbox").style(color_map=("blue", "green"))
 
91
  # <p align="left"> The default model role of the app is the original assistant of ChatGPT, but you can also choose from the provided roles. <p>
92
  # <p align="left"> Two adjustable parameters are provided to optimize the model: temperature, where a larger value leads to more creative replies, and max tokens, where a larger value allows the model to reply with more content. <p>
93
  # """)
94
+ gr.Markdown("""<div align=center># Sydney-AI </div>""")
95
+
96
  with gr.Row():
97
  with gr.Column():
98
  chatbot = gr.Chatbot(elem_id="chatbox").style(color_map=("blue", "green"))