alexkueck commited on
Commit
f70118e
1 Parent(s): e6698c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ def vote(data: gr.LikeData):
417
  else: print("You downvoted this response: " + data.value)
418
 
419
 
420
- print ("Start GUI")
421
  with open("custom.css", "r", encoding="utf-8") as f:
422
  customCSS = f.read()
423
 
 
417
  else: print("You downvoted this response: " + data.value)
418
 
419
 
420
+ print ("Start GUIneu")
421
  with open("custom.css", "r", encoding="utf-8") as f:
422
  customCSS = f.read()
423