Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ keyword_links = {
|
|
155 |
|
156 |
for keyword, link in keyword_links.items():
|
157 |
if keyword in question.lower():
|
158 |
-
print link
|
159 |
|
160 |
|
161 |
# Launch the Gradio app to allow user interaction
|
|
|
155 |
|
156 |
for keyword, link in keyword_links.items():
|
157 |
if keyword in question.lower():
|
158 |
+
print (link)
|
159 |
|
160 |
|
161 |
# Launch the Gradio app to allow user interaction
|