Spaces:
Build error
Build error
Commit
·
668874a
1
Parent(s):
af563cc
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(title="Talk to chatGPT") as demo:
|
|
176 |
gr.HTML(
|
177 |
"<p> Instructions on how to obtain your session token can be found in the video <a style='display:inline-block'"
|
178 |
" href='https://youtu.be/TdNSj_qgdFk?t=175'><font style='color:blue;weight:bold;'>here</font></a>."
|
179 |
-
" Add your session token by going to
|
180 |
)
|
181 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
182 |
with gr.Box():
|
|
|
176 |
gr.HTML(
|
177 |
"<p> Instructions on how to obtain your session token can be found in the video <a style='display:inline-block'"
|
178 |
" href='https://youtu.be/TdNSj_qgdFk?t=175'><font style='color:blue;weight:bold;'>here</font></a>."
|
179 |
+
" Add your session token by going to <i>Settings</i> -> <i>New secret</i> and add the token under the name <i>SessionToken</i>. </p>"
|
180 |
)
|
181 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
182 |
with gr.Box():
|