Spaces:
Runtime error
Runtime error
Commit
·
a813a7f
1
Parent(s):
71bde67
Add application file
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def greet(name):
|
|
97 |
return "Hello " + name + "!"
|
98 |
|
99 |
|
100 |
-
with gr.Blocks() as
|
101 |
gr.Markdown(
|
102 |
"""
|
103 |
Welcome to the skill transformation journey on SWAYAM!!!
|
|
|
97 |
return "Hello " + name + "!"
|
98 |
|
99 |
|
100 |
+
with gr.Blocks() as iface:
|
101 |
gr.Markdown(
|
102 |
"""
|
103 |
Welcome to the skill transformation journey on SWAYAM!!!
|