treadon commited on
Commit
5e78686
·
verified ·
1 Parent(s): 9a8337a

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -109,10 +109,10 @@ if __name__ == "__main__":
109
 
110
  with gr.Column():
111
  outputs = [
112
- gr.Textbox(lines=2, label="Fungineered Text 1", show_copy_button=True),
113
- gr.Textbox(lines=2, label="Fungineered Text 2", show_copy_button=True),
114
- gr.Textbox(lines=2, label="Fungineered Text 3", show_copy_button=True),
115
- gr.Textbox(lines=2, label="Fungineered Text 4", show_copy_button=True),
116
  ]
117
 
118
  gr.Markdown("### Got something good? [Share it](https://huggingface.co/spaces/treadon/prompt-fungineer-355M/discussions/1) with the community in the showcase!")
 
109
 
110
  with gr.Column():
111
  outputs = [
112
+ gr.Textbox(lines=2, label="Fungineered Text 1", ),
113
+ gr.Textbox(lines=2, label="Fungineered Text 2", ),
114
+ gr.Textbox(lines=2, label="Fungineered Text 3", ),
115
+ gr.Textbox(lines=2, label="Fungineered Text 4", ),
116
  ]
117
 
118
  gr.Markdown("### Got something good? [Share it](https://huggingface.co/spaces/treadon/prompt-fungineer-355M/discussions/1) with the community in the showcase!")