Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
a18f96b
1
Parent(s):
3816242
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def create_gradio_interface():
|
|
211 |
get_points_button.click(
|
212 |
fn=retrieve_user_points,
|
213 |
inputs=[user_chat_id_input, user_otp_input],
|
214 |
-
outputs=[points_output
|
215 |
)
|
216 |
|
217 |
request_otp_button.click(
|
|
|
211 |
get_points_button.click(
|
212 |
fn=retrieve_user_points,
|
213 |
inputs=[user_chat_id_input, user_otp_input],
|
214 |
+
outputs=[points_output]
|
215 |
)
|
216 |
|
217 |
request_otp_button.click(
|