sanchit-gandhi HF staff commited on
Commit
668874a
1 Parent(s): af563cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 *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():
 
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():