File size: 1,470 Bytes
a5adcd2
 
 
 
074a06d
a5adcd2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* styles.css */

/* body background  */
body .stApp {
    background-color: white;
}


/* title - Odia Gen AI  */
.title {
    text-align: center; 
    margin-top: 100px; 
    margin-bottom: 100px;
}


/* text in web  */
.text {
    padding-bottom: 10px;
}


/* div which contains all the 3 columns */
.css-ocqkz7.e1tzin5v3 {
    width: 75%;
    margin-left: 12.5%;
}


/* column 1 */
/* removing press enter to apply text  */
.css-1if5ada {
    visibility: hidden;
}
/* editing Input text box  */
input.st-bg.st-c1.st-c2.st-c3.st-c4.st-c5.st-c6.st-c7.st-c8.st-c9.st-ca.st-b8.st-cb.st-cc.st-cd.st-ce.st-cf.st-cg.st-ch.st-ci.st-ae.st-af.st-ag.st-cj.st-ai.st-aj.st-c0.st-ck.st-cl.st-cm {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

/* column 2 */
/* editing for browse file */
/* removing drag drop area */
.css-u8hs99.exg6vvm14 {
    display: none;
}
/* editing the div which wraps the browse button */
section.css-z8f339.exg6vvm15 {
    padding: 0rem;
    margin-left: -1.2rem;
}
/* editing the browse buttton */
button.css-b3z5c9.edgvbvh10 {
    width: 100%;
}
/* editing the div which shows the attached files */
.css-fis6aj.exg6vvm10 {
    overflow: auto;
    width: 20rem;
    margin-left: -5rem;
}

/* column 3 */
/* Enter button  */
div.stButton > button:first-child {
    background-color: rgb(204, 49, 49);
    width: 100%;
    margin-top: 32px;
}
.css-b3z5c9 {
    padding: 0.5rem 0.75rem;
}


/* text area */
.stTextArea {
    margin-top: 1rem;
}