perlinson commited on
Commit
34aacec
·
1 Parent(s): e0eeaa3

remove errorr component

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -78,9 +78,6 @@ st.markdown("<h2 style='text-align: center; color:red;'>Enter the Website URL
78
 
79
 
80
 
81
- input_url = st.dropdown("Please Select you llm")
82
-
83
-
84
  input_url = st.text_input("Enter the URL")
85
 
86
  if len(input_url)>0:
 
78
 
79
 
80
 
 
 
 
81
  input_url = st.text_input("Enter the URL")
82
 
83
  if len(input_url)>0: