Spaces:
Sleeping
Sleeping
Update context_engine.py
Browse files- context_engine.py +1 -1
context_engine.py
CHANGED
|
@@ -74,4 +74,4 @@ def get_smart_context(user_text):
|
|
| 74 |
)
|
| 75 |
except Exception as e:
|
| 76 |
print(f"Context Error: {e}")
|
| 77 |
-
return ""
|
|
|
|
| 74 |
)
|
| 75 |
except Exception as e:
|
| 76 |
print(f"Context Error: {e}")
|
| 77 |
+
return ""
|