Adam-Ben-Khalifa commited on
Commit
ffacf64
·
verified ·
1 Parent(s): 1ded9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #theme="Base",
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