WwYc commited on
Commit
d03353e
·
verified ·
1 Parent(s): 8eabb3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from generic import generate_visual
4
 
5
  def generate_viz(text, target_class):
6
 
7
- print(f"Input Text: {text_batch}")
8
  print(f"Target Class: {target_class}")
9
  text_batch=[]
10
  text_batch.append(text)
 
4
 
5
  def generate_viz(text, target_class):
6
 
7
+ print(f"Input Text: {text}")
8
  print(f"Target Class: {target_class}")
9
  text_batch=[]
10
  text_batch.append(text)