Shad0ws commited on
Commit
79cab88
·
1 Parent(s): 0802e43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()