prateekagrawal commited on
Commit
41f5a3a
1 Parent(s): 6554f2c

Removed sklearn error

Browse files
Files changed (2) hide show
  1. apps/about.py +1 -10
  2. apps/credits.py +1 -5
apps/about.py CHANGED
@@ -1,14 +1,5 @@
1
- # -*- coding: utf-8 -*-
2
- # @Author: prateek
3
- # @Date: 2021-03-02 02:23:36
4
- # @Last Modified by: prateek
5
- # @Last Modified time: 2021-03-02 23:04:21
6
-
7
  import streamlit as st
8
- import numpy as np
9
- import pandas as pd
10
- from sklearn import datasets
11
- from PIL import Image
12
  def app():
13
  st.title('About')
14
  st.write("""
 
 
 
 
 
 
 
1
  import streamlit as st
2
+
 
 
 
3
  def app():
4
  st.title('About')
5
  st.write("""
apps/credits.py CHANGED
@@ -1,8 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
- # @Author: prateek
3
- # @Date: 2021-03-02 22:37:41
4
- # @Last Modified by: prateek
5
- # @Last Modified time: 2021-03-02 23:38:33
6
 
7
  import streamlit as st
8
 
 
1
+
 
 
 
 
2
 
3
  import streamlit as st
4