DemiPoto commited on
Commit
1af4957
·
verified ·
1 Parent(s): b6c97f2

Update app.py

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