Tyler Burns commited on
Commit
680895d
1 Parent(s): c231297

changed the search term

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. flycheck_app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import plotly.express as px
9
  import re
10
 
11
  # The search bar
12
- keywords = st.text_input('Enter your search', 'The future of AI')
13
 
14
  # Set keywords as command line argument
15
  # print("searching for: " + ' '.join(sys.argv[1:]) + "...")
 
9
  import re
10
 
11
  # The search bar
12
+ keywords = st.text_input('Enter your search', 'How to use ChatGPT')
13
 
14
  # Set keywords as command line argument
15
  # print("searching for: " + ' '.join(sys.argv[1:]) + "...")
flycheck_app.py CHANGED
@@ -9,7 +9,7 @@ import plotly.express as px
9
  import re
10
 
11
  # The search bar
12
- keywords = st.text_input('Enter your search', 'The future of AI')
13
 
14
  # Set keywords as command line argument
15
  # print("searching for: " + ' '.join(sys.argv[1:]) + "...")
 
9
  import re
10
 
11
  # The search bar
12
+ keywords = st.text_input('Enter your search', 'How to use ChatGPT')
13
 
14
  # Set keywords as command line argument
15
  # print("searching for: " + ' '.join(sys.argv[1:]) + "...")