Spaces:
Running
Running
JunchuanYu
commited on
Commit
•
0b1dd4a
1
Parent(s):
d474927
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +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("""
|
95 |
-
# Sydney-AI <b>""")
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
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("""<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"))
|