Dagfinn1962 commited on
Commit
d620a3e
1 Parent(s): d54defc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -114,15 +114,16 @@ with gr.Blocks(
114
  primary_hue="amber",
115
  secondary_hue="neutral",
116
  neutral_hue="rose",
117
- text_size="text_lg",
118
 
119
 
120
  )
121
 
122
  )as demo:
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 completion. It was designed as a template for in-context learning applications to be built on top of.
 
126
  """
127
  )
128
  conversation = Chat()
 
114
  primary_hue="amber",
115
  secondary_hue="neutral",
116
  neutral_hue="rose",
117
+
118
 
119
 
120
  )
121
 
122
  )as demo:
123
  gr.Markdown(
124
+ """<H1><center>Chat with gpt-3.5-turbo</center></h1>
125
+ <h3> This is a lightweight demo of gpt-3.5-turbo conversation completion.
126
+
127
  """
128
  )
129
  conversation = Chat()