Spaces:
Sleeping
Sleeping
Update HtmlOutput.py
Browse files- HtmlOutput.py +1 -1
HtmlOutput.py
CHANGED
@@ -119,7 +119,7 @@ class HtmlOutput:
|
|
119 |
|
120 |
slot_table = defaultdict(list)
|
121 |
time_table = HtmlOutput.generateTimeTable(solution, slot_table) # Tuple[0] = time, Tuple[1] = roomId
|
122 |
-
st.markdown(slot_table)
|
123 |
if not slot_table or not time_table:
|
124 |
return ""
|
125 |
|
|
|
119 |
|
120 |
slot_table = defaultdict(list)
|
121 |
time_table = HtmlOutput.generateTimeTable(solution, slot_table) # Tuple[0] = time, Tuple[1] = roomId
|
122 |
+
# st.markdown(slot_table)
|
123 |
if not slot_table or not time_table:
|
124 |
return ""
|
125 |
|