expandme commited on
Commit
d7bd4a2
1 Parent(s): b0d1b78

But there are 2 input fileds ? - What wind.surf will do ?

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ demo = gr.ChatInterface(
71
  padding: 8px;
72
  margin: 8px 0;
73
  }
74
- #component-0 {
75
  border: 4px solid #2196F3;
76
  border-radius: 12px;
77
  padding: 15px;
@@ -79,7 +79,7 @@ demo = gr.ChatInterface(
79
  box-shadow: 0 0 10px rgba(33, 150, 243, 0.3);
80
  margin: 10px 0;
81
  }
82
- #component-0:focus-within {
83
  border-color: #1976D2;
84
  box-shadow: 0 0 15px rgba(33, 150, 243, 0.5);
85
  background-color: #BBDEFB;
 
71
  padding: 8px;
72
  margin: 8px 0;
73
  }
74
+ #component-0, #component-1 {
75
  border: 4px solid #2196F3;
76
  border-radius: 12px;
77
  padding: 15px;
 
79
  box-shadow: 0 0 10px rgba(33, 150, 243, 0.3);
80
  margin: 10px 0;
81
  }
82
+ #component-0:focus-within, #component-1:focus-within {
83
  border-color: #1976D2;
84
  box-shadow: 0 0 15px rgba(33, 150, 243, 0.5);
85
  background-color: #BBDEFB;