yasirme commited on
Commit
2a9d0a1
·
1 Parent(s): b6e2e92

- webSearch

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. application/static/css/style.css +1 -0
app.py CHANGED
@@ -42,5 +42,5 @@ def models():
42
  return list(pipeline_dict['api']['models'].keys())
43
 
44
  if __name__ == "__main__":
45
- app.run(host="0.0.0.0", port=7860, debug=True)
46
 
 
42
  return list(pipeline_dict['api']['models'].keys())
43
 
44
  if __name__ == "__main__":
45
+ app.run(host="0.0.0.0", port=7860, debug=False)
46
 
application/static/css/style.css CHANGED
@@ -325,6 +325,7 @@ code{
325
  cursor: pointer;
326
  border: none;
327
  font-size: x-large;
 
328
  }
329
 
330
  @media screen and (max-width: 780px){
 
325
  cursor: pointer;
326
  border: none;
327
  font-size: x-large;
328
+ display: none;
329
  }
330
 
331
  @media screen and (max-width: 780px){