Dagfinn1962 commited on
Commit
abf7098
1 Parent(s): 2251bef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -121,10 +121,7 @@ with gr.Blocks(theme = gr.themes.Glass(
121
  ) ):
122
 
123
  with gr.Blocks(theme=theme) as demo:
124
-
125
- # ------ TO HERE //////////////////////////////////////////////////////////////////
126
-
127
- gr.Markdown(
128
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>
129
  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.
130
  """
 
121
  ) ):
122
 
123
  with gr.Blocks(theme=theme) as demo:
124
+ gr.Markdown(
 
 
 
125
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>
126
  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.
127
  """