Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ def predict(user_input):
|
|
51 |
print("Q:",user_input)
|
52 |
print("A:",response)
|
53 |
print("T:",datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|
|
|
54 |
return response
|
55 |
|
56 |
# Gradio interface
|
|
|
51 |
print("Q:",user_input)
|
52 |
print("A:",response)
|
53 |
print("T:",datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|
54 |
+
print()
|
55 |
return response
|
56 |
|
57 |
# Gradio interface
|