Dagfinn1962 commited on
Commit
1e9d3b4
1 Parent(s): 670451a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -121,10 +121,11 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
121
 
122
 
123
  gr.Markdown(
124
- """<h1><center>Chat with gpt-3.5-turbo</center></h1>
125
- This is a lightweight demo of gpt-3.5-turbo conversation
126
- completion. It was designed as a template for in-context
127
- learning applications to be built on top of.
 
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()