Omnibus commited on
Commit
48eac47
·
1 Parent(s): 39303a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -42,9 +42,8 @@ def test(inp):
42
  if inp != None or inp != "":
43
  html_out = inp
44
  pass
45
- else:
46
- with open("myfile.txt", "r") as file1:
47
- html_out = file1.read()
48
  style = '''
49
  .put-on-top{
50
  align-contents:center;
 
42
  if inp != None or inp != "":
43
  html_out = inp
44
  pass
45
+ with open("myfile.txt", "r") as file1:
46
+ html_out = file1.read()
 
47
  style = '''
48
  .put-on-top{
49
  align-contents:center;