Update app.py
Browse files
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")
|