Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def create_gradio_interface(user_chat_id):
|
|
123 |
label="User Chat ID",
|
124 |
placeholder="Enter your user chat ID here...",
|
125 |
value=user_chat_id,
|
126 |
-
interactive=False # Make the textbox non-editable
|
127 |
)
|
128 |
points_output = gr.Textbox(label="User Points", placeholder="User points will be displayed here")
|
129 |
|
|
|
123 |
label="User Chat ID",
|
124 |
placeholder="Enter your user chat ID here...",
|
125 |
value=user_chat_id,
|
126 |
+
# interactive=False # Make the textbox non-editable
|
127 |
)
|
128 |
points_output = gr.Textbox(label="User Points", placeholder="User points will be displayed here")
|
129 |
|