awacke1 commited on
Commit
81c7cb3
·
verified ·
1 Parent(s): 5b4a189

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
  port=5000
3
 
4
- def placeholder_func(input):
5
  st.write(input)
6
 
7
  # Start the WebSocket server
 
1
  import gradio as gr
2
  port=5000
3
 
4
+ def placeholder_fn(input):
5
  st.write(input)
6
 
7
  # Start the WebSocket server