Poonawala commited on
Commit
c583fdf
·
verified ·
1 Parent(s): 2960050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -114,6 +114,8 @@ body {
114
  color: #ff6347;
115
  text-align: center;
116
  margin-bottom: 1.5rem;
 
 
117
  }
118
  .container {
119
  max-width: 800px;
@@ -195,4 +197,4 @@ body {
195
  submit_button.click(fn=process_input, inputs=[prompt, model_name, user_type], outputs=response)
196
 
197
  if __name__ == "__main__":
198
- demo.launch(server_name="0.0.0.0", share=True, debug=True)
 
114
  color: #ff6347;
115
  text-align: center;
116
  margin-bottom: 1.5rem;
117
+ font-weight: bold;
118
+ text-align: center;
119
  }
120
  .container {
121
  max-width: 800px;
 
197
  submit_button.click(fn=process_input, inputs=[prompt, model_name, user_type], outputs=response)
198
 
199
  if __name__ == "__main__":
200
+ demo.launch(server_name="0.0.0.0", share=True, debug=True)