Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
|
|
2 |
from utils.gradio_utils import *
|
3 |
import os
|
4 |
|
5 |
-
USER = os.
|
6 |
-
PASS = os.
|
7 |
|
8 |
domains_template = """tenderax.com
|
9 |
reach-fortune.com
|
|
|
2 |
from utils.gradio_utils import *
|
3 |
import os
|
4 |
|
5 |
+
USER = os.getenv("USERNAME")
|
6 |
+
PASS = os.getenv("PASSWORD")
|
7 |
|
8 |
domains_template = """tenderax.com
|
9 |
reach-fortune.com
|