hsienchen commited on
Commit
369c30a
1 Parent(s): 60361bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -58,7 +58,10 @@ def app1_response(img):
58
  return response.text
59
 
60
  def app2_response(text):
61
- return text
 
 
 
62
 
63
  # gradio block
64
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
 
58
  return response.text
59
 
60
  def app2_response(text):
61
+
62
+ resp = text + "Simon"
63
+
64
+ return resp
65
 
66
  # gradio block
67
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1: