jcmachicao commited on
Commit
495f50e
·
verified ·
1 Parent(s): 913ba61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,7 +62,7 @@ demo = gr.ChatInterface(
62
 
63
  # Add custom CSS to make the chatbox smaller
64
  demo.css = """
65
- #custom-textbox {
66
  height: 50px; /* Adjust the height of the textbox */
67
  font-size: 14px; /* Adjust the font size */
68
  }
@@ -72,6 +72,5 @@ demo.css = """
72
  }
73
  """
74
 
75
-
76
  if __name__ == "__main__":
77
  demo.launch()
 
62
 
63
  # Add custom CSS to make the chatbox smaller
64
  demo.css = """
65
+ custom-textbox {
66
  height: 50px; /* Adjust the height of the textbox */
67
  font-size: 14px; /* Adjust the font size */
68
  }
 
72
  }
73
  """
74
 
 
75
  if __name__ == "__main__":
76
  demo.launch()