Spaces:
Running
Running
panchajanya1999
commited on
app: update title
Browse filesSigned-off-by: Panchajanya1999 <[email protected]>
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-
|
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 |
)
|