HenryJJ commited on
Commit
b48578c
1 Parent(s): 9fdf13c

change button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as app:
45
 
46
  with gr.Row():
47
  chat_btn = gr.Button("Chat with GPT")
48
- save_btn = gr.Button("Save to MongoDB")
49
 
50
  output = gr.Textbox(label="Result", interactive=False)
51
 
 
45
 
46
  with gr.Row():
47
  chat_btn = gr.Button("Chat with GPT")
48
+ save_btn = gr.Button("Share to community")
49
 
50
  output = gr.Textbox(label="Result", interactive=False)
51