Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ import threading
|
|
8 |
from threading import Event
|
9 |
import gradio as gr
|
10 |
|
|
|
|
|
11 |
ninoToken = os.getenv('ninoToken')
|
12 |
|
13 |
# Initialize the bot with the intents
|
|
|
8 |
from threading import Event
|
9 |
import gradio as gr
|
10 |
|
11 |
+
event = Event()
|
12 |
+
|
13 |
ninoToken = os.getenv('ninoToken')
|
14 |
|
15 |
# Initialize the bot with the intents
|