Avo-k commited on
Commit
6c8f323
1 Parent(s): be5787a

ceci n'est pas un commit

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,9 +14,10 @@ from datetime import datetime
14
  from azure.storage.fileshare import ShareServiceClient
15
 
16
  # from dotenv import load_dotenv
17
-
18
  # load_dotenv()
19
 
 
 
20
  theme = gr.themes.Soft(
21
  primary_hue="sky",
22
  font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
 
14
  from azure.storage.fileshare import ShareServiceClient
15
 
16
  # from dotenv import load_dotenv
 
17
  # load_dotenv()
18
 
19
+ print(os.environ["content"], os.environ["retreive"], sep="\n-\n" * 2)
20
+
21
  theme = gr.themes.Soft(
22
  primary_hue="sky",
23
  font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],