kavansaun commited on
Commit
e4b6fd4
·
verified ·
1 Parent(s): 0d640db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css="""footer {display:none !import
190
  queue=False
191
  ).then(
192
  pause_before_typing,
193
- inputs=[user_id], # Updated to pass the user_id so it can check message length
194
  outputs=None
195
  ).then(
196
  predict_prompt,
 
190
  queue=False
191
  ).then(
192
  pause_before_typing,
193
+ inputs=[user_id],
194
  outputs=None
195
  ).then(
196
  predict_prompt,