sukiboo commited on
Commit
7262aba
1 Parent(s): 2804cc2

change the color of save button

Browse files
Files changed (1) hide show
  1. app.ipynb +4 -4
app.ipynb CHANGED
@@ -10,7 +10,7 @@
10
  },
11
  {
12
  "cell_type": "code",
13
- "execution_count": 18,
14
  "id": "2a8e18f7-cc88-4bbf-a6e1-095237ed7714",
15
  "metadata": {},
16
  "outputs": [
@@ -18,7 +18,7 @@
18
  "name": "stdout",
19
  "output_type": "stream",
20
  "text": [
21
- "Running on local URL: http://127.0.0.1:7870\n",
22
  "\n",
23
  "To create a public link, set `share=True` in `launch()`.\n"
24
  ]
@@ -26,7 +26,7 @@
26
  {
27
  "data": {
28
  "text/html": [
29
- "<div><iframe src=\"http://127.0.0.1:7870/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
30
  ],
31
  "text/plain": [
32
  "<IPython.core.display.HTML object>"
@@ -62,7 +62,7 @@
62
  " with gr.Row():\n",
63
  " task_id = gr.Textbox(container=False, placeholder='Task ID', scale=9)\n",
64
  " load_button = gr.Button('Load Task', scale=1)\n",
65
- " save_button = gr.Button('Save Task', scale=1)\n",
66
  " reset_button = gr.Button('Reset Task', scale=1, variant='stop')\n",
67
  "\n",
68
  " # chat history and search results\n",
 
10
  },
11
  {
12
  "cell_type": "code",
13
+ "execution_count": 3,
14
  "id": "2a8e18f7-cc88-4bbf-a6e1-095237ed7714",
15
  "metadata": {},
16
  "outputs": [
 
18
  "name": "stdout",
19
  "output_type": "stream",
20
  "text": [
21
+ "Running on local URL: http://127.0.0.1:7867\n",
22
  "\n",
23
  "To create a public link, set `share=True` in `launch()`.\n"
24
  ]
 
26
  {
27
  "data": {
28
  "text/html": [
29
+ "<div><iframe src=\"http://127.0.0.1:7867/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
30
  ],
31
  "text/plain": [
32
  "<IPython.core.display.HTML object>"
 
62
  " with gr.Row():\n",
63
  " task_id = gr.Textbox(container=False, placeholder='Task ID', scale=9)\n",
64
  " load_button = gr.Button('Load Task', scale=1)\n",
65
+ " save_button = gr.Button('Save Task', scale=1, variant='primary')\n",
66
  " reset_button = gr.Button('Reset Task', scale=1, variant='stop')\n",
67
  "\n",
68
  " # chat history and search results\n",