Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
56 |
|
57 |
|
58 |
|
|
|
46 |
|
47 |
vector_embedding()
|
48 |
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
+
prompt1=st.text_input("Enter Your Question From Doduments")
|
52 |
|
53 |
|
54 |
|