Spaces:
Running
Running
Commit
·
9953cd0
1
Parent(s):
ce3885b
add requiretment
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def greet(name1, name2, name3, name4):
|
|
46 |
location = get_package_location(package_name)
|
47 |
# return location
|
48 |
# For the purpose of this example, I'm just returning the values concatenated
|
49 |
-
return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {location}, {output_string1},{error_string1},{output_string2},{error_string2},{output}"
|
50 |
|
51 |
|
52 |
# Define 5 text input boxes with labels
|
|
|
46 |
location = get_package_location(package_name)
|
47 |
# return location
|
48 |
# For the purpose of this example, I'm just returning the values concatenated
|
49 |
+
return f"Inputs received: {str1}, {str2}, {str3}, {str4}, '--------------', {location}, '--------------', {output_string1},{error_string1},{output_string2},{error_string2},{output}"
|
50 |
|
51 |
|
52 |
# Define 5 text input boxes with labels
|