Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def predict(input):
|
|
18 |
raw = out
|
19 |
out = [x.strip() for x in out.split(" + ")]
|
20 |
|
21 |
-
output = f"
|
22 |
for o in out:
|
23 |
oo = [x.strip() for x in o.split("+")]
|
24 |
newout = []
|
|
|
18 |
raw = out
|
19 |
out = [x.strip() for x in out.split(" + ")]
|
20 |
|
21 |
+
output = f"<div style='direction: rtl; text-align: right; font-size: 20px; font-family: sans-serif; line-height: 1.5'>{raw}<br><br>"
|
22 |
for o in out:
|
23 |
oo = [x.strip() for x in o.split("+")]
|
24 |
newout = []
|