measmonysuon commited on
Commit
b26b5f7
·
verified ·
1 Parent(s): d0c29e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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