Yordann commited on
Commit
b84983d
·
verified ·
1 Parent(s): 4f97bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ Give simple, friendly, clear advice:
67
  return history, history, chat_counter, "✅ Success", gr.update(value='\\'), gr.update(interactive=True)
68
 
69
  def reset_textbox():
70
- return gr.update(value=\'\', interactive=False), gr.update(interactive=False)
71
 
72
  # ==== Enhanced Custom CSS with Masterbrand Styling ====
73
  custom_css = f"""
 
67
  return history, history, chat_counter, "✅ Success", gr.update(value='\\'), gr.update(interactive=True)
68
 
69
  def reset_textbox():
70
+ return gr.update(value='', interactive=False), gr.update(interactive=False)
71
 
72
  # ==== Enhanced Custom CSS with Masterbrand Styling ====
73
  custom_css = f"""