ATG2024 commited on
Commit
d0e0e06
·
verified ·
1 Parent(s): 9d7da63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ PICTURE_URL = "stars/sf.png"
10
  def respond(user_input):
11
  if "los angeles" in user_input.lower() or "la" in user_input.lower():
12
  return f"Here's a picture of Los Angeles!", PICTURE_URL
13
- else:
14
  return "How can I help you with astronomy?", None
15
  Define the Gradio interface
16
  iface = gr.Interface(
 
10
  def respond(user_input):
11
  if "los angeles" in user_input.lower() or "la" in user_input.lower():
12
  return f"Here's a picture of Los Angeles!", PICTURE_URL
13
+ else:
14
  return "How can I help you with astronomy?", None
15
  Define the Gradio interface
16
  iface = gr.Interface(