vinayakdev commited on
Commit
ace9b2b
1 Parent(s): 424793c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from generator import *
8
 
9
  i = 0
10
 
11
- st.alert("There might be some nonsensical q/a, please ignore!.\n")
12
  text_ar = st.text_area("Enter text:")
13
  col1, col2, col3 = st.columns([2,1,2])
14
 
 
8
 
9
  i = 0
10
 
11
+ st.info("There might be some nonsensical q/a, please ignore!.\n")
12
  text_ar = st.text_area("Enter text:")
13
  col1, col2, col3 = st.columns([2,1,2])
14