Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
4a88bc5
1
Parent(s):
913a2c1
Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ def create_gradio_interface(user_chat_id):
|
|
181 |
extract_user_chat_id_from_url(url), # Extract user_chat_id
|
182 |
retrieve_user_points(extract_user_chat_id_from_url(url))[0] # Retrieve points based on extracted user_chat_id
|
183 |
),
|
184 |
-
inputs=[
|
185 |
-
outputs=[
|
186 |
|
187 |
)
|
188 |
gr.HTML("""
|
|
|
181 |
extract_user_chat_id_from_url(url), # Extract user_chat_id
|
182 |
retrieve_user_points(extract_user_chat_id_from_url(url))[0] # Retrieve points based on extracted user_chat_id
|
183 |
),
|
184 |
+
inputs=[user_chat_id_input],
|
185 |
+
outputs=[points_output] # Update user_chat_id_input and points_outpu
|
186 |
|
187 |
)
|
188 |
gr.HTML("""
|