artintel235 commited on
Commit
5beae4e
·
verified ·
1 Parent(s): d0756ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import aiohttp # Use aiohttp for asynchronous HTTP requests
7
  import gradio as gr # Import Gradio
8
 
9
  # --- Environment Variables & Setup ---
 
 
10
  DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
11
  GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN")
12
  GLIF_API_URL = "https://simple-api.glif.app"
 
7
  import gradio as gr # Import Gradio
8
 
9
  # --- Environment Variables & Setup ---
10
+ global GLIF_API_TOKEN
11
+ global glif_token_id
12
  DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
13
  GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN")
14
  GLIF_API_URL = "https://simple-api.glif.app"