joeyanuff commited on
Commit
d57e9e4
1 Parent(s): 6d7bce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -183,7 +183,7 @@ with block:
183
  with gr.Row():
184
  temperature_slider = gr.Slider(label="GPT Temperature", value=TEMPERATURE_DEFAULT, minimum=0.0, maximum=1.0,
185
  step=0.1)
186
- title = gr.Markdown ("""<h3><center>GPT-3.5 Rhyme Flipper</center></h3>""")
187
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key",
188
  show_label=False, lines=1, type='password')
189
 
@@ -307,8 +307,7 @@ with block:
307
  outputs=[anger_level_state])
308
 
309
  gr.HTML("""
310
- <center>This app by <a target='_blank' href='https://twitter.com/JavaFXpert'>@JavaFXpert</a> leverages GPT-3.5 for text completion to facilitate expressing yourself.
311
- The author is not responsible for the content of the generated text.</center>""")
312
 
313
  gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>")
314
 
 
183
  with gr.Row():
184
  temperature_slider = gr.Slider(label="GPT Temperature", value=TEMPERATURE_DEFAULT, minimum=0.0, maximum=1.0,
185
  step=0.1)
186
+ title = gr.Markdown ("""<h3><center>GPT-3 Mother Goose Sluicer</center></h3>""")
187
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key",
188
  show_label=False, lines=1, type='password')
189
 
 
307
  outputs=[anger_level_state])
308
 
309
  gr.HTML("""
310
+ <center>Based on an app by <a target='_blank' href='https://twitter.com/JavaFXpert'>@JavaFXpert</a>.</center>""")
 
311
 
312
  gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain 🦜️🔗</a></center>")
313