ssdfsdfa commited on
Commit
862caa3
1 Parent(s): 12c4eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,5 +24,5 @@ def read_main():
24
  return {"message": "This is your main app"}
25
 
26
 
27
- io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
28
  app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)
 
24
  return {"message": "This is your main app"}
25
 
26
 
27
+ io = gr.Interface(lambda x: "Hellosssss, " + x + "!", "textbox", "textbox")
28
  app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)