alisrbdni commited on
Commit
81f1fc1
·
verified ·
1 Parent(s): 0bf1a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -471,7 +471,7 @@ def plot_metrics(rounds, clients, memory_usage):
471
  def read_log_file2():
472
  with open("./log.txt", "r") as file:
473
  return file.read()
474
-
475
  def main():
476
  st.markdown(print(streamlit.logger._loggers))
477
  st.write("## Federated Learning with Dynamic Models and Datasets for Mobile Devices")
 
471
  def read_log_file2():
472
  with open("./log.txt", "r") as file:
473
  return file.read()
474
+ import streamlit as st
475
  def main():
476
  st.markdown(print(streamlit.logger._loggers))
477
  st.write("## Federated Learning with Dynamic Models and Datasets for Mobile Devices")