joeyanuff commited on
Commit
d759456
·
1 Parent(s): f1d85a1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with block:
185
  with gr.Row():
186
  temperature_slider = gr.Slider(label="GPT Temperature", value=TEMPERATURE_DEFAULT, minimum=0.0, maximum=1.0,
187
  step=0.1)
188
- title = gr.Markdown ("""<h3><center>GPT-3.5 Nursery Express</center></h3>""")
189
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key",
190
  show_label=False, lines=1, type='password')
191
 
 
185
  with gr.Row():
186
  temperature_slider = gr.Slider(label="GPT Temperature", value=TEMPERATURE_DEFAULT, minimum=0.0, maximum=1.0,
187
  step=0.1)
188
+ title = gr.Markdown ("""<h3><center>GPT-3.5 Rhyme Flipper</center></h3>""")
189
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key",
190
  show_label=False, lines=1, type='password')
191