Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(fn=advancedPromptPipeline,
|
|
47 |
],
|
48 |
title="Advanced Prompt Generator",
|
49 |
description="This tool will enhance any given input for the optimal output!",
|
50 |
-
|
51 |
)
|
52 |
|
53 |
|
|
|
47 |
],
|
48 |
title="Advanced Prompt Generator",
|
49 |
description="This tool will enhance any given input for the optimal output!",
|
50 |
+
theme="Base",
|
51 |
)
|
52 |
|
53 |
|