Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def user_ask(state, chatbot1, chatbot2, textbox):
|
|
| 148 |
|
| 149 |
# Format the conversation in ChatML format
|
| 150 |
|
| 151 |
-
return state, chatbot1, chatbot2,
|
| 152 |
import pandas as pd
|
| 153 |
|
| 154 |
# Function to generate leaderboard data
|
|
|
|
| 148 |
|
| 149 |
# Format the conversation in ChatML format
|
| 150 |
|
| 151 |
+
return state, chatbot1, chatbot2, gr.update(value=''),enable_btn,enable_btn
|
| 152 |
import pandas as pd
|
| 153 |
|
| 154 |
# Function to generate leaderboard data
|