vinayakdev commited on
Commit
2dd0724
1 Parent(s): ce96f59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -3,12 +3,7 @@ import generator
3
  from generator import *
4
 
5
 
6
-
7
-
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
 
 
3
  from generator import *
4
 
5
 
6
+ st.info("There might be some nonsensical q/a, please ignore!\n")
 
 
 
 
 
7
  text_ar = st.text_area("Enter text:")
8
  col1, col2, col3 = st.columns([2,1,2])
9