Dagfinn1962 commited on
Commit
88feec1
1 Parent(s): 1e9d3b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -121,8 +121,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
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.
@@ -137,7 +136,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
137
  value="",
138
  type="password",
139
  placeholder="sk..",
140
- info="Copy the code that you got in your mail here !",
141
  )
142
  chatbot = gr.Chatbot().style(height=400)
143
  with gr.Row():
 
121
 
122
 
123
  gr.Markdown(
124
+ """
 
125
  <br><h1><center>Chat with gpt-3.5-turbo</center></h1>
126
  This is a lightweight gpt-3.5-turbo conversation
127
  completion.
 
136
  value="",
137
  type="password",
138
  placeholder="sk..",
139
+ info="You will find the sk.. undeneath here copy/paste !",
140
  )
141
  chatbot = gr.Chatbot().style(height=400)
142
  with gr.Row():