Mustehson commited on
Commit
c47b150
·
1 Parent(s): 43852a2

Added Env Variables

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -11,10 +11,6 @@ from langchain_core.prompts import ChatPromptTemplate
11
  from langchain_huggingface.llms import HuggingFacePipeline
12
  from plot_utils import plot_bar_chart, plot_horizontal_bar_chart, plot_line_graph, plot_scatter, plot_pie
13
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig, pipeline
14
- from dotenv import load_dotenv
15
-
16
- load_dotenv()
17
-
18
 
19
  # Height of the Tabs Text Area
20
  TAB_LINES = 8
 
11
  from langchain_huggingface.llms import HuggingFacePipeline
12
  from plot_utils import plot_bar_chart, plot_horizontal_bar_chart, plot_line_graph, plot_scatter, plot_pie
13
  from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig, pipeline
 
 
 
 
14
 
15
  # Height of the Tabs Text Area
16
  TAB_LINES = 8