CineAI commited on
Commit
663b2d1
1 Parent(s): 687bb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.lowe(), 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)
 
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)