Omnibus commited on
Commit
1ce1f92
1 Parent(s): eaa17b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -156,6 +156,8 @@ def load_html(inp):
156
  if inp:
157
  for ea in inp:
158
  outp,prom=ea
 
 
159
  ht+=f"""<div class="div_box">
160
  <pre class="resp">{outp}</pre>
161
  <pre class="resp">{prom}</pre>
 
156
  if inp:
157
  for ea in inp:
158
  outp,prom=ea
159
+ print(f'outp:: {outp}')
160
+ print(f'prom:: {prom}')
161
  ht+=f"""<div class="div_box">
162
  <pre class="resp">{outp}</pre>
163
  <pre class="resp">{prom}</pre>