Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,5 @@ with gr.Blocks() as demo:
|
|
99 |
button = gr.Button(label="Process")
|
100 |
button.click(modify_text, [input_text, api_key, command, custom_command], output_text)
|
101 |
|
102 |
-
demo.title = "Meeting Summarizer"
|
103 |
demo.launch()
|
|
|
99 |
button = gr.Button(label="Process")
|
100 |
button.click(modify_text, [input_text, api_key, command, custom_command], output_text)
|
101 |
|
102 |
+
demo.title = "Meeting Summarizer-Demo"
|
103 |
demo.launch()
|