Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,6 @@ def generate_response(user_input, top_p, temperature, chat_counter, chatbot, his
|
|
| 97 |
|
| 98 |
def reset_textbox():
|
| 99 |
return gr.update(value='')
|
| 100 |
-
'), gr.update(interactive=False)
|
| 101 |
|
| 102 |
# ==== Enhanced Custom CSS with Masterbrand Styling ====
|
| 103 |
custom_css = f"""
|
|
|
|
| 97 |
|
| 98 |
def reset_textbox():
|
| 99 |
return gr.update(value='')
|
|
|
|
| 100 |
|
| 101 |
# ==== Enhanced Custom CSS with Masterbrand Styling ====
|
| 102 |
custom_css = f"""
|