Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def switching(text):
|
|
54 |
st.warning("No image uploaded yet. Please upload an image to continue.")
|
55 |
elif re.search("show me documentation", text.lower(), re.IGNORECASE):
|
56 |
components.html(html_content, height=800, scrolling=True)
|
57 |
-
elif re.search("pay the ghost", text.
|
58 |
components.html(html_doge_wallet, height=600, scrolling=False)
|
59 |
else:
|
60 |
prompt = select_prompt(input_text=text, prompts=prompts, keywords=keywords)
|
|
|
54 |
st.warning("No image uploaded yet. Please upload an image to continue.")
|
55 |
elif re.search("show me documentation", text.lower(), re.IGNORECASE):
|
56 |
components.html(html_content, height=800, scrolling=True)
|
57 |
+
elif re.search("pay the ghost", text.lower(), re.IGNORECASE):
|
58 |
components.html(html_doge_wallet, height=600, scrolling=False)
|
59 |
else:
|
60 |
prompt = select_prompt(input_text=text, prompts=prompts, keywords=keywords)
|