Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
5066259
1
Parent(s):
51894bc
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,9 @@ with gr.Blocks(
|
|
124 |
|
125 |
gr.Markdown(
|
126 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
127 |
-
This is a lightweight demo of gpt-3.5-turbo conversation
|
|
|
|
|
128 |
"""
|
129 |
)
|
130 |
conversation = Chat()
|
@@ -136,7 +138,7 @@ with gr.Blocks(
|
|
136 |
value="",
|
137 |
type="password",
|
138 |
placeholder="sk..",
|
139 |
-
info="
|
140 |
)
|
141 |
chatbot = gr.Chatbot().style(height=400)
|
142 |
with gr.Row():
|
|
|
124 |
|
125 |
gr.Markdown(
|
126 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
127 |
+
This is a lightweight demo of gpt-3.5-turbo conversation
|
128 |
+
completion. It was designed as a template for in-context
|
129 |
+
learning applications to be built on top of.
|
130 |
"""
|
131 |
)
|
132 |
conversation = Chat()
|
|
|
138 |
value="",
|
139 |
type="password",
|
140 |
placeholder="sk..",
|
141 |
+
info="Copy the code that you got in your mail here !",
|
142 |
)
|
143 |
chatbot = gr.Chatbot().style(height=400)
|
144 |
with gr.Row():
|