Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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"""
|