ofermend commited on
Commit
07ae425
1 Parent(s): 147129f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
  from PIL import Image
7
 
8
  def isTrue(s: str) -> bool:
9
- return s.trim().lower() == 'true'
10
 
11
  def launch_bot():
12
  def generate_response(question):
 
6
  from PIL import Image
7
 
8
  def isTrue(s: str) -> bool:
9
+ return s.strip().lower() == 'true'
10
 
11
  def launch_bot():
12
  def generate_response(question):