Bradarr commited on
Commit
b823a6a
·
1 Parent(s): 30b6044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ if __name__ == "__main__":
63
  with gr.Column():
64
  text_error = gr.Markdown(label="Log information")
65
  text_out = gr.Textbox(label="Output")
66
- with gr.Row():
67
  submit.click(
68
  run,
69
  inputs=[text, tokens, temperature],
 
63
  with gr.Column():
64
  text_error = gr.Markdown(label="Log information")
65
  text_out = gr.Textbox(label="Output")
 
66
  submit.click(
67
  run,
68
  inputs=[text, tokens, temperature],