Spaces:
Sleeping
Sleeping
Commit
·
c3a1dc9
1
Parent(s):
93b21c4
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
import
|
3 |
|
4 |
-
print(
|
5 |
|
6 |
def greet(name):
|
7 |
return "Hello " + name + "!!"
|
|
|
1 |
import gradio as gr
|
2 |
+
import os
|
3 |
|
4 |
+
print(os.environ['MY_STUFF'])
|
5 |
|
6 |
def greet(name):
|
7 |
return "Hello " + name + "!!"
|