Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ def question(prompt, optimization_mode):
|
|
79 |
except Exception as e:
|
80 |
return {"error": str(e)}
|
81 |
|
|
|
82 |
def clear():
|
83 |
return "", "speed"
|
84 |
|
|
|
79 |
except Exception as e:
|
80 |
return {"error": str(e)}
|
81 |
|
82 |
+
|
83 |
def clear():
|
84 |
return "", "speed"
|
85 |
|