pszemraj commited on
Commit
b6fced7
1 Parent(s): ff6a5c0

OK we dont need to scale

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ if __name__ == "__main__":
201
  label="Input Text (for summarization)",
202
  placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
203
  )
204
- with gr.Column(scale=0.5):
205
  load_examples_button = gr.Button(
206
  "Load Example",
207
  )
 
201
  label="Input Text (for summarization)",
202
  placeholder="Enter text to summarize, the text will be cleaned and truncated on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well. May take a bit to generate depending on the input text :)",
203
  )
204
+ with gr.Column():
205
  load_examples_button = gr.Button(
206
  "Load Example",
207
  )