commit non
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from azure.storage.fileshare import ShareServiceClient
|
|
16 |
# from dotenv import load_dotenv
|
17 |
# load_dotenv()
|
18 |
|
19 |
-
print(os.environ["content"], os.environ["
|
20 |
|
21 |
theme = gr.themes.Soft(
|
22 |
primary_hue="sky",
|
|
|
16 |
# from dotenv import load_dotenv
|
17 |
# load_dotenv()
|
18 |
|
19 |
+
print(os.environ["content"], os.environ["sources"], sep="\n-\n" * 2)
|
20 |
|
21 |
theme = gr.themes.Soft(
|
22 |
primary_hue="sky",
|