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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ 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("""<div align=center># Sydney-AI </div>""")
95
 
96
  with gr.Row():
97
  with gr.Column():
 
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():