Sk4467 commited on
Commit
b851226
1 Parent(s): 51a5a2f

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import parsing
3
  from custom_prompt import TexRestructureTemplate,MetadataTemplate
4
  import ast
5
- from gpt import get_chat_completion
6
  import openai
7
  openAiKey = st.text_input(label="Input the openai key", type="password")
8
  openai.api_key = openAiKey
 
2
  import parsing
3
  from custom_prompt import TexRestructureTemplate,MetadataTemplate
4
  import ast
5
+ # from gpt import get_chat_completion
6
  import openai
7
  openAiKey = st.text_input(label="Input the openai key", type="password")
8
  openai.api_key = openAiKey