Sanchit Verma commited on
Commit
14f4b65
·
1 Parent(s): cfa2238

Reorder imports in app.py for better readability

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import gradio as gr
 
 
2
  from prompts import PERSONAS
3
  from utils import generate_response
4
- from config import DEFAULT_PERSONA
5
 
6
 
7
  def handle_message(persona, user_input, history):
 
1
  import gradio as gr
2
+
3
+ from config import DEFAULT_PERSONA
4
  from prompts import PERSONAS
5
  from utils import generate_response
 
6
 
7
 
8
  def handle_message(persona, user_input, history):