XquanL commited on
Commit
22c2dba
·
unverified ·
1 Parent(s): 2e32621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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
- from Keys import reddit_keys
 
 
 
 
 
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