Update app.py
Browse files
app.py
CHANGED
@@ -69,14 +69,6 @@ def chat_interface(room_name, rooms, message, history, system_message, max_token
|
|
69 |
def main():
|
70 |
rooms = load_rooms()
|
71 |
room_names = list(rooms.keys())
|
72 |
-
with gr.Blocks(theme=gr.themes.Default().set(
|
73 |
-
body_background_fill="*#1e1e1e",
|
74 |
-
block_background_fill="*#2e2e2e",
|
75 |
-
button_primary_background_fill="*#3e3e3e",
|
76 |
-
button_secondary_background_fill="*#4e4e4e",
|
77 |
-
input_background_fill="*#3e3e3e",
|
78 |
-
output_background_fill="*#3e3e3e",
|
79 |
-
text_color="*#ffffff"
|
80 |
)) as demo:
|
81 |
with gr.Row():
|
82 |
with gr.Column():
|
|
|
69 |
def main():
|
70 |
rooms = load_rooms()
|
71 |
room_names = list(rooms.keys())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
)) as demo:
|
73 |
with gr.Row():
|
74 |
with gr.Column():
|