Nuno-Tome commited on
Commit
09f606d
1 Parent(s): 2b6ad91
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import json
4
  DEBUG_MODE = False
5
 
6
  def echo(text, request: gr.Request):
7
- output_text = {"report1": SUCCESS} # Initialize as a dictionary
8
- output_text["report2"] = "You inserted the text: "
9
  output_text["report3"] = text
10
  if request:
11
  if DEBUG_MODE:
 
4
  DEBUG_MODE = False
5
 
6
  def echo(text, request: gr.Request):
7
+ output_text = {"report1": "SUCCESS"} # Initialize as a dictionary
8
+ output_text["report2"] = "You inserted the text:"
9
  output_text["report3"] = text
10
  if request:
11
  if DEBUG_MODE: