Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
1e9d3b4
1
Parent(s):
670451a
Update app.py
Browse files
app.py
CHANGED
@@ -121,10 +121,11 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
121 |
|
122 |
|
123 |
gr.Markdown(
|
124 |
-
"""<
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
128 |
"""
|
129 |
)
|
130 |
conversation = Chat()
|
|
|
121 |
|
122 |
|
123 |
gr.Markdown(
|
124 |
+
"""Here is a free code you can use till I figure out how make iy auto inpuyying it <br> <br>
|
125 |
+
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<br>
|
126 |
+
<br><h1><center>Chat with gpt-3.5-turbo</center></h1>
|
127 |
+
This is a lightweight gpt-3.5-turbo conversation
|
128 |
+
completion.
|
129 |
"""
|
130 |
)
|
131 |
conversation = Chat()
|