Moibe commited on
Commit
6330b0a
·
1 Parent(s): 641c2e2

Twiced Api

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
28
  with gr.Column():
29
  text_input = gr.Textbox()
30
  access_btn = gr.Button(value="Submit")
31
- debit_btn = gr.Button(value="Submit")
32
  with gr.Column():
33
  text_output = gr.Textbox()
34
 
 
28
  with gr.Column():
29
  text_input = gr.Textbox()
30
  access_btn = gr.Button(value="Submit")
31
+ debit_btn = gr.Button(value="Debit")
32
  with gr.Column():
33
  text_output = gr.Textbox()
34