guymorlan commited on
Commit
e7f68c2
·
1 Parent(s): 2bced45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"{raw}<br><br><div style='direction: rtl; text-align: right; font-size: 20px; font-family: sans-serif; line-height: 1.5'>"
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 = []