paopaoka3325 commited on
Commit
88ef69d
·
1 Parent(s): d3f6264

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,9 +23,7 @@ def greet(name1, name2, name3, name4, name5):
23
  run_command("ontogpt")
24
 
25
  # For the purpose of this example, I'm just returning the values concatenated
26
- return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5},
27
- {output_string1},{error_string1}, {output_string2},{error_string2}
28
- "
29
 
30
  # Define 5 text input boxes with labels
31
  input_boxes = [
 
23
  run_command("ontogpt")
24
 
25
  # For the purpose of this example, I'm just returning the values concatenated
26
+ return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5}, {output_string1},{error_string1}, {output_string2},{error_string2}"
 
 
27
 
28
  # Define 5 text input boxes with labels
29
  input_boxes = [