Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
680895d
1
Parent(s):
c231297
changed the search term
Browse files- app.py +1 -1
- 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', '
|
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', '
|
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:]) + "...")
|