measmonysuon commited on
Commit
2b76461
1 Parent(s): f65a0cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def create_gradio_interface(user_chat_id):
136
  value=user_chat_id,
137
  interactive=False # Make the textbox non-editable
138
  )
139
- points_output = gr.Textbox(label="User Points", placeholder="User points will be displayed here", interactive=False)
140
 
141
  # Create other components
142
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
 
136
  value=user_chat_id,
137
  interactive=False # Make the textbox non-editable
138
  )
139
+ points_output = gr.Textbox(label="User Points", placeholder="User points will be displayed here")
140
 
141
  # Create other components
142
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")