Blessin commited on
Commit
fb10634
·
1 Parent(s): 995e58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,11 +19,11 @@ def main():
19
  inputs=[], # No inputs required
20
  outputs="text", # Output is a text area
21
  live=False, # Only generate statement after button press
22
- description="Press the button to generate a statement from the dataset."
23
  )
24
 
25
  # Launch the UI
26
  interface.launch(share=True)
27
 
28
  if __name__ == "__main__":
29
- main()
 
19
  inputs=[], # No inputs required
20
  outputs="text", # Output is a text area
21
  live=False, # Only generate statement after button press
22
+ description="Press the button to generate a random statement from the dataset."
23
  )
24
 
25
  # Launch the UI
26
  interface.launch(share=True)
27
 
28
  if __name__ == "__main__":
29
+ main()