doubledsbv commited on
Commit
6457556
1 Parent(s): 8976b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,7 +6,6 @@ load_dotenv()
6
 
7
 
8
  runpod.api_key = os.getenv("RUNPOD_API_KEY")
9
- endpoint_id = os.getenv("ENDPOINT_ID")
10
 
11
  def format_prompt(message, history):
12
  messages = []
@@ -100,7 +99,7 @@ css = """
100
  }
101
 
102
  #component-6 {
103
- height: 750px !important;
104
  }
105
  """
106
 
 
6
 
7
 
8
  runpod.api_key = os.getenv("RUNPOD_API_KEY")
 
9
 
10
  def format_prompt(message, history):
11
  messages = []
 
99
  }
100
 
101
  #component-6 {
102
+ height: 450px !important;
103
  }
104
  """
105