abidlabs HF Staff commited on
Commit
964c7e3
·
verified ·
1 Parent(s): efaf21b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks(fill_height=True) as demo:
4
- gr.ChatInterface(lambda x,y:x).launch()
5
  demo.launch()
 
1
  import gradio as gr
2
 
3
  with gr.Blocks(fill_height=True) as demo:
4
+ gr.ChatInterface(lambda x,y:x)
5
  demo.launch()