Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
2b76461
1
Parent(s):
f65a0cb
Update app.py
Browse files
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"
|
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...")
|