panchajanya1999 commited on
Commit
ad037a0
·
verified ·
1 Parent(s): dc1ad07

app: update title

Browse files

Signed-off-by: Panchajanya1999 <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(
41
  fn = chatbot,
42
  inputs = [gr.Textbox(lines=5, label="Prompt", placeholder="Enter prompt here", info = "Enter a prompt and the chatbot will generate a response."), gr.Slider(0, 1, 0.2, step = 0.1, label="Temperature", info = "The higher the temperature, the more creative the response will be."), "checkbox"],
43
  outputs = gr.Textbox(label="Response", lines=10),
44
- title = "ChatGenius - An OpenAI self-tuned chatbot based on GPT-3.5 Turbo",
45
  description = "Enter a prompt and the chatbot will generate a response.",
46
  theme=gr.themes.Monochrome()
47
  )
 
41
  fn = chatbot,
42
  inputs = [gr.Textbox(lines=5, label="Prompt", placeholder="Enter prompt here", info = "Enter a prompt and the chatbot will generate a response."), gr.Slider(0, 1, 0.2, step = 0.1, label="Temperature", info = "The higher the temperature, the more creative the response will be."), "checkbox"],
43
  outputs = gr.Textbox(label="Response", lines=10),
44
+ title = "ChatGenius - An OpenAI self-tuned chatbot based on GPT-4 by panchajanya1999",
45
  description = "Enter a prompt and the chatbot will generate a response.",
46
  theme=gr.themes.Monochrome()
47
  )