Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def get_msg(name, request: gr.Request):
|
|
6 |
actualorigin = request.headers
|
7 |
if actualorigin == trueorigin:
|
8 |
return "Working"
|
9 |
-
return "Hello " + name + "!" + str(
|
10 |
|
11 |
with gr.Blocks() as demo:
|
12 |
|
|
|
6 |
actualorigin = request.headers
|
7 |
if actualorigin == trueorigin:
|
8 |
return "Working"
|
9 |
+
return "Hello " + name + "!" + str(actualorigin)
|
10 |
|
11 |
with gr.Blocks() as demo:
|
12 |
|