Tech-Meld commited on
Commit
9636c68
·
verified ·
1 Parent(s): 0acfc67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def custom_textbox(label, lines, placeholder, show_label=True):
38
  html = gr.HTML(f"""
39
  <style>
40
  .gradio-textbox {
41
- background-color: #111111;
42
  color: #00FF00;
43
  border: 1px solid #00FF00;
44
  }
 
38
  html = gr.HTML(f"""
39
  <style>
40
  .gradio-textbox {
41
+ background-color: #111111;
42
  color: #00FF00;
43
  border: 1px solid #00FF00;
44
  }