VishnuRamDebyez commited on
Commit
2d28c15
·
verified ·
1 Parent(s): 42cdfc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -46,13 +46,9 @@ def vector_embedding():
46
 
47
  vector_embedding()
48
 
49
- prompt1 = ""
50
- # Add a clear button
51
- if st.button("Clear"):
52
- prompt1 = "" # Clear the input text
53
 
54
 
55
- prompt1=st.text_input("Enter Your Question From Doduments",value=prompt1)
56
 
57
 
58
 
 
46
 
47
  vector_embedding()
48
 
 
 
 
 
49
 
50
 
51
+ prompt1=st.text_input("Enter Your Question From Doduments")
52
 
53
 
54