satpalsr commited on
Commit
22b9519
·
1 Parent(s): 8c966f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def get_msg(name, request: gr.Request):
6
  actualorigin = dict(request.headers)
7
  if actualorigin == trueorigin:
8
  return "Working"
9
- return "Hello " + name + "!" + os.environ["ORIGIN"]
10
 
11
  with gr.Blocks() as demo:
12
 
 
6
  actualorigin = dict(request.headers)
7
  if actualorigin == trueorigin:
8
  return "Working"
9
+ return "Hello " + name + "!" + type(actualorigin)
10
 
11
  with gr.Blocks() as demo:
12