garizz commited on
Commit
5814fd7
·
1 Parent(s): 1074122

Update HtmlOutput.py

Browse files
Files changed (1) hide show
  1. 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