Tonic commited on
Commit
b2af2fe
·
verified ·
1 Parent(s): 6407ba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import tweepy
2
  import os
 
 
3
  # Directly load the secrets from environment variables
4
  api_key = os.getenv("API_key")
5
  api_secret = os.getenv("API_key_secret")
 
1
  import tweepy
2
  import os
3
+ import gradio as gr
4
+
5
  # Directly load the secrets from environment variables
6
  api_key = os.getenv("API_key")
7
  api_secret = os.getenv("API_key_secret")