textToSQL commited on
Commit
19ba116
1 Parent(s): d3c50e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -74,11 +74,12 @@ def get_completion(prompt, model='gpt-3.5-turbo'):
74
  with gr.Blocks() as demo:
75
 
76
  gr.Markdown("""
77
- # Chat with NP
78
- n\
79
  This is to make life of NPs easier.
80
  Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
81
  """)
 
82
 
83
  title = "Chat with NP"
84
  audio = gr.Audio(source="microphone", type="filepath")
 
74
  with gr.Blocks() as demo:
75
 
76
  gr.Markdown("""
77
+ # Chat with NP <br>
78
+
79
  This is to make life of NPs easier.
80
  Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
81
  """)
82
+
83
 
84
  title = "Chat with NP"
85
  audio = gr.Audio(source="microphone", type="filepath")