Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,11 @@ def extend_prompt(prompt):
|
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
description = "Enter a main idea for a prompt, and the model will attempt to add suitable style cues.",
|
13 |
-
article = "<p style='text-align: center'><a href='https://github.com/PRITHIVSAKTHIUR/Prompt-Extender-Gpt' target='_blank'>🫙🪶</a></p>",
|
14 |
fn=extend_prompt,
|
15 |
inputs=gr.Text(label="Type the prompt here"),
|
16 |
outputs=gr.TextArea(label='Extended prompt'),
|
17 |
-
title="
|
|
|
18 |
)
|
19 |
|
20 |
iface.launch()
|
|
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
description = "Enter a main idea for a prompt, and the model will attempt to add suitable style cues.",
|
|
|
13 |
fn=extend_prompt,
|
14 |
inputs=gr.Text(label="Type the prompt here"),
|
15 |
outputs=gr.TextArea(label='Extended prompt'),
|
16 |
+
title=" ",
|
17 |
+
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
|
18 |
)
|
19 |
|
20 |
iface.launch()
|