Patt commited on
Commit
8580b49
1 Parent(s): 78738da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gd
2
 
3
- def greeting(name):
4
  print(f"Hello + {name}!")
5
 
6
  demo = gd.ChatInterface(fn=greeting,
 
1
  import gradio as gd
2
 
3
+ def greeting(name, history):
4
  print(f"Hello + {name}!")
5
 
6
  demo = gd.ChatInterface(fn=greeting,