jdesiree commited on
Commit
b175355
·
verified ·
1 Parent(s): 04db454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -97,12 +97,6 @@ from langchain_core.messages import HumanMessage, SystemMessage, AIMessage, Tool
97
  # Tool for graphing
98
  from graph_tool import generate_plot
99
 
100
- # Pages
101
- import gradio_chatbot
102
- import gradio_analytics
103
- import gradio_prompt_testing
104
-
105
-
106
  # ============================================================================
107
  # LIGHTEVAL FOR METRICS
108
  # ============================================================================
@@ -1364,6 +1358,11 @@ def load_conversation_state():
1364
  def create_interface():
1365
  """Create multi-page Gradio interface"""
1366
  logger.info("Creating Gradio interface...")
 
 
 
 
 
1367
 
1368
  with gr.Blocks(title="Mimir - Educational AI Assistant") as demo:
1369
  navbar = gr.Navbar(
 
97
  # Tool for graphing
98
  from graph_tool import generate_plot
99
 
 
 
 
 
 
 
100
  # ============================================================================
101
  # LIGHTEVAL FOR METRICS
102
  # ============================================================================
 
1358
  def create_interface():
1359
  """Create multi-page Gradio interface"""
1360
  logger.info("Creating Gradio interface...")
1361
+
1362
+ # Pages
1363
+ import gradio_chatbot
1364
+ import gradio_analytics
1365
+ import gradio_prompt_testing
1366
 
1367
  with gr.Blocks(title="Mimir - Educational AI Assistant") as demo:
1368
  navbar = gr.Navbar(