Sambhavnoobcoder commited on
Commit
f5da0a1
1 Parent(s): 7e87aa8

replacing textbox with dummy text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def main():
36
  """
37
  )
38
  with gr.Row(variant="panel"):
39
- text = gr.Textbox(label="Text", placeholder="Type something here...")
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"):