Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,6 +101,7 @@ def create_search_url_google(keyword):
|
|
| 101 |
base_url = "https://www.google.com/search?q="
|
| 102 |
return base_url + keyword.replace(' ', '+')
|
| 103 |
|
|
|
|
| 104 |
def display_images_and_wikipedia_summaries():
|
| 105 |
st.title('Gallery with Related Stories')
|
| 106 |
image_files = [f for f in os.listdir('.') if f.endswith('.png')]
|
|
|
|
| 101 |
base_url = "https://www.google.com/search?q="
|
| 102 |
return base_url + keyword.replace(' ', '+')
|
| 103 |
|
| 104 |
+
|
| 105 |
def display_images_and_wikipedia_summaries():
|
| 106 |
st.title('Gallery with Related Stories')
|
| 107 |
image_files = [f for f in os.listdir('.') if f.endswith('.png')]
|