Tycohs commited on
Commit
6593a4c
·
1 Parent(s): f3eea8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks() as demo:
79
  generatesummary = gr.Button("Generate the focus group summary")
80
  with gr.Row():
81
  summary = gr.Textbox(label="Report summary", lines=50)
82
-
83
- clear = gr.Button("Clear")
84
- state = gr.State([])
85
 
86
  def checkapiinput(apikey):
87
  if apikey != "" and apikey is not None:
 
79
  generatesummary = gr.Button("Generate the focus group summary")
80
  with gr.Row():
81
  summary = gr.Textbox(label="Report summary", lines=50)
82
+ with gr.Row():
83
+ clear = gr.Button("Clear")
84
+ state = gr.State([])
85
 
86
  def checkapiinput(apikey):
87
  if apikey != "" and apikey is not None: