amirhoseinsedaghati commited on
Commit
2806689
1 Parent(s): 711d40b

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +21 -7
Home.py CHANGED
@@ -5,6 +5,8 @@ import pandas as pd
5
  from streamlit.components.v1 import html
6
  from configs.html_features import set_image
7
 
 
 
8
  def main():
9
  create_table()
10
  st.title('Welcome to the Multi-purpose Text Application')
@@ -13,34 +15,46 @@ def main():
13
  pass
14
  with im2:
15
  url = "https://i.postimg.cc/jdF1hPng/combined.png"
16
- html(set_image(url), height=500, width=500)
17
  with im3:
18
  pass
19
 
20
- col11, col12, col13, col14 = st.columns([1, 2, 2, 1])
21
  with col11:
22
  pass
23
 
24
  with col12:
25
- st.info('Text Summarizer')
26
 
27
  with col13:
28
- st.info('Text Analyzer')
29
 
30
  with col14:
 
 
 
 
 
 
31
  pass
32
 
33
- col21, col22, col23, col24 = st.columns([1, 2, 2, 1])
34
  with col21:
35
  pass
36
 
37
  with col22:
38
- st.info('Text Translator')
39
 
40
  with col23:
41
- st.info('Topic Modeling')
42
 
43
  with col24:
 
 
 
 
 
 
44
  pass
45
 
46
  plot1, plot2, plot3 = st.columns([5,1,5])
 
5
  from streamlit.components.v1 import html
6
  from configs.html_features import set_image
7
 
8
+
9
+
10
  def main():
11
  create_table()
12
  st.title('Welcome to the Multi-purpose Text Application')
 
15
  pass
16
  with im2:
17
  url = "https://i.postimg.cc/jdF1hPng/combined.png"
18
+ html(set_image(url), height=400, width=400)
19
  with im3:
20
  pass
21
 
22
+ col11, col12, col13, col14, col15, col16 = st.columns([1, 1, 2.2, 2.2, 1.3, 2])
23
  with col11:
24
  pass
25
 
26
  with col12:
27
+ pass
28
 
29
  with col13:
30
+ st.info('Text Summarizer')
31
 
32
  with col14:
33
+ st.info('Text Analyzer')
34
+
35
+ with col15:
36
+ pass
37
+
38
+ with col16:
39
  pass
40
 
41
+ col21, col22, col23, col24, col25, col26 = st.columns([1, 1, 2.2, 2.2, 1.3, 2])
42
  with col21:
43
  pass
44
 
45
  with col22:
46
+ pass
47
 
48
  with col23:
49
+ st.info('Text Translator')
50
 
51
  with col24:
52
+ st.info('Topic Modeling')
53
+
54
+ with col25:
55
+ pass
56
+
57
+ with col26:
58
  pass
59
 
60
  plot1, plot2, plot3 = st.columns([5,1,5])