Spaces:
Running
Running
Update app.py
Browse files
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
|
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">
|