sanchit-gandhi HF staff commited on
Commit
af563cc
1 Parent(s): 38af20e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -174,9 +174,9 @@ with gr.Blocks(title="Talk to chatGPT") as demo:
174
  " alt='Duplicate Space'></a></p>"
175
  )
176
  gr.HTML(
177
- "<p> Instruction on how to get session token can be seen in video <a style='display:inline-block'"
178
- " href='https://www.youtube.com/watch?v=TdNSj_qgdFk'><font style='color:blue;weight:bold;'>here</font></a>."
179
- " Add your session token by going to settings and add under secrets. </p>"
180
  )
181
  with gr.Group(elem_id="page_1", visible=True) as page_1:
182
  with gr.Box():
 
174
  " alt='Duplicate Space'></a></p>"
175
  )
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 *Settings* -> *New secret* and add the token under the name 'SessionToken'. </p>"
180
  )
181
  with gr.Group(elem_id="page_1", visible=True) as page_1:
182
  with gr.Box():