Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,12 @@ with gr.Blocks(css=css) as gpt:
|
|
66 |
---
|
67 |
### Meta Information
|
68 |
**Project Title**: GPT Prompt Generator
|
|
|
69 |
**Github**: [https://github.com/pacnimo/gpt-prompt-generator](https://github.com/pacnimo/gpt-prompt-generator)
|
|
|
70 |
**Description**: GPT Prompt Generator is Free and Easy to Use. Create a GPT Prompt Based on the Profession. 1 Click Prompt Generator.
|
71 |
-
|
|
|
72 |
""") # Meta, project description, and footer added here
|
73 |
|
74 |
gpt.launch(debug=True)
|
|
|
66 |
---
|
67 |
### Meta Information
|
68 |
**Project Title**: GPT Prompt Generator
|
69 |
+
|
70 |
**Github**: [https://github.com/pacnimo/gpt-prompt-generator](https://github.com/pacnimo/gpt-prompt-generator)
|
71 |
+
|
72 |
**Description**: GPT Prompt Generator is Free and Easy to Use. Create a GPT Prompt Based on the Profession. 1 Click Prompt Generator.
|
73 |
+
|
74 |
+
**Footer**: © 2024 by [pacnimo](https://github.com/pacnimo/). All rights reserved.
|
75 |
""") # Meta, project description, and footer added here
|
76 |
|
77 |
gpt.launch(debug=True)
|