Hemanth Sai Garladinne commited on
Commit
00cadbe
1 Parent(s): b5e574b

Update mainlayout.py

Browse files
Files changed (1) hide show
  1. frontend/layouts/mainlayout.py +1 -1
frontend/layouts/mainlayout.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
 
4
  from typing import Callable
5
 
6
- from components import authors, user_greetings, login
7
 
8
  def mainlayout(func: Callable):
9
  with open("frontend/layouts/st_page_layouts.json", "r",encoding='utf-8') as f:
 
3
 
4
  from typing import Callable
5
 
6
+ from components import authors, user_greetings, login, add_logo
7
 
8
  def mainlayout(func: Callable):
9
  with open("frontend/layouts/st_page_layouts.json", "r",encoding='utf-8') as f: