Mrchuw commited on
Commit
99d7d37
·
1 Parent(s): 0f6479b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css='style.css') as demo:
108
  </div>
109
  """
110
  )
111
- with gr.Column(elem_id="col-container") as hide::
112
  with gr.Row(variant="compact"):
113
  input_text = gr.Textbox(
114
  label="Short Prompt",
 
108
  </div>
109
  """
110
  )
111
+ with gr.Column(elem_id="col-container") as hide:
112
  with gr.Row(variant="compact"):
113
  input_text = gr.Textbox(
114
  label="Short Prompt",