Spaces:
Runtime error
Runtime error
change button
Browse files
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("
|
| 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 |
|