Spaces:
Runtime error
Runtime error
XquanL commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,12 @@ import gradio as gr
|
|
| 12 |
import numpy as np
|
| 13 |
import praw
|
| 14 |
import pandas as pd
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
reddit= praw.Reddit(client_id=reddit_keys['client_id'], # your client id
|
| 18 |
client_secret=reddit_keys['client_secret'], # your client secret
|
|
|
|
| 12 |
import numpy as np
|
| 13 |
import praw
|
| 14 |
import pandas as pd
|
| 15 |
+
|
| 16 |
+
reddit_keys = {'client_id' : "Q1w42RHhLq2fgwljAk_k-Q", # your client id
|
| 17 |
+
'client_secret': "enUJfFthiZRynGfPQtoK1nCxRer2Dw", # your client secret
|
| 18 |
+
'usernme' : "xl395", #profile username
|
| 19 |
+
'password' : "12xiao34quanAria!", #profile password
|
| 20 |
+
'user_agent' :"706_post"} # your user agent
|
| 21 |
|
| 22 |
reddit= praw.Reddit(client_id=reddit_keys['client_id'], # your client id
|
| 23 |
client_secret=reddit_keys['client_secret'], # your client secret
|