Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,6 @@ body {
|
|
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,4 +195,4 @@ body {
|
|
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)
|
|
|
114 |
color: #ff6347;
|
115 |
text-align: center;
|
116 |
margin-bottom: 1.5rem;
|
|
|
|
|
117 |
}
|
118 |
.container {
|
119 |
max-width: 800px;
|
|
|
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)
|