Spaces:
Runtime error
Runtime error
Sambhavnoobcoder
commited on
Commit
•
f5da0a1
1
Parent(s):
7e87aa8
replacing textbox with dummy text
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def main():
|
|
36 |
"""
|
37 |
)
|
38 |
with gr.Row(variant="panel"):
|
39 |
-
text =
|
40 |
|
41 |
with gr.Row():
|
42 |
with gr.Column(variant="panel"):
|
|
|
36 |
"""
|
37 |
)
|
38 |
with gr.Row(variant="panel"):
|
39 |
+
text = "hi i am sambhav"
|
40 |
|
41 |
with gr.Row():
|
42 |
with gr.Column(variant="panel"):
|