Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 84 |
-
|
| 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:
|