ruanchaves commited on
Commit
1b37569
1 Parent(s): 652f86e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ inputs = [
123
  ]
124
 
125
  outputs = [
126
- gr.Textbox(label="Result")
127
  ]
128
 
129
 
 
123
  ]
124
 
125
  outputs = [
126
+ gr.Markdown(label="Result")
127
  ]
128
 
129