DemiPoto commited on
Commit
2a78f80
·
verified ·
1 Parent(s): 2ea3d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def make_me():
137
  txt_input_p = gr.Textbox(label='test', lines=1, width=300, max_height=100)
138
 
139
  test_button = gr.Button('test', width=30, height=10)
140
- test_button.click(test_pass(txt_input_p.value))
141
  with gr.Row():
142
  gr.HTML("""
143
  <div class="footer">
 
137
  txt_input_p = gr.Textbox(label='test', lines=1, width=300, max_height=100)
138
 
139
  test_button = gr.Button('test', width=30, height=10)
140
+ test_button.click(test_pass,txt_input_p.value)
141
  with gr.Row():
142
  gr.HTML("""
143
  <div class="footer">