Adityadn commited on
Commit
dbcdc8e
·
verified ·
1 Parent(s): f68306f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def analyze_text(text):
20
 
21
  iface = gr.Interface(
22
  fn=analyze_text,
23
- inputs=gr.Textbox(), # Menggunakan input textbox
24
  outputs="text" # Menetapkan output ke tipe teks
25
  )
26
 
 
20
 
21
  iface = gr.Interface(
22
  fn=analyze_text,
23
+ inputs=gr.Textbox(show_copy_button=True), # Menggunakan input textbox
24
  outputs="text" # Menetapkan output ke tipe teks
25
  )
26