Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ import os
|
|
31 |
|
32 |
url = "https://api.writesonic.com/v2/business/content/chatsonic?engine=premium"
|
33 |
|
34 |
-
def main()
|
35 |
user = input("Enter the prompt: ")
|
36 |
|
37 |
payload = {
|
|
|
31 |
|
32 |
url = "https://api.writesonic.com/v2/business/content/chatsonic?engine=premium"
|
33 |
|
34 |
+
def main():
|
35 |
user = input("Enter the prompt: ")
|
36 |
|
37 |
payload = {
|