Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
d620a3e
1
Parent(s):
d54defc
Update app.py
Browse files
app.py
CHANGED
@@ -114,15 +114,16 @@ with gr.Blocks(
|
|
114 |
primary_hue="amber",
|
115 |
secondary_hue="neutral",
|
116 |
neutral_hue="rose",
|
117 |
-
|
118 |
|
119 |
|
120 |
)
|
121 |
|
122 |
)as demo:
|
123 |
gr.Markdown(
|
124 |
-
"""<
|
125 |
-
|
|
|
126 |
"""
|
127 |
)
|
128 |
conversation = Chat()
|
|
|
114 |
primary_hue="amber",
|
115 |
secondary_hue="neutral",
|
116 |
neutral_hue="rose",
|
117 |
+
|
118 |
|
119 |
|
120 |
)
|
121 |
|
122 |
)as demo:
|
123 |
gr.Markdown(
|
124 |
+
"""<H1><center>Chat with gpt-3.5-turbo</center></h1>
|
125 |
+
<h3> This is a lightweight demo of gpt-3.5-turbo conversation completion.
|
126 |
+
|
127 |
"""
|
128 |
)
|
129 |
conversation = Chat()
|