Shahadbal commited on
Commit
da36d06
1 Parent(s): 2fc393e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def greet_and_recommend(name):
4
- greeting = f"Hello {name}!!"
5
  recommendations = ""
6
 
7
  if "books" in name.lower():
 
1
  import gradio as gr
2
 
3
  def greet_and_recommend(name):
4
+ greeting = f"Hello !!"
5
  recommendations = ""
6
 
7
  if "books" in name.lower():