Dagfinn1962 commited on
Commit
b72a00c
1 Parent(s): d897013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,9 +123,9 @@ with gr.Blocks(
123
  neutral_800="#9a3412",
124
  neutral_900="#7c2d12",
125
  neutral_950="#6c2e12"),
126
- ) as demo:
127
 
128
- )
129
  gr.Markdown(
130
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>
131
  This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
 
123
  neutral_800="#9a3412",
124
  neutral_900="#7c2d12",
125
  neutral_950="#6c2e12"),
126
+ )
127
 
128
+ )as demo:
129
  gr.Markdown(
130
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>
131
  This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.