wangzerui commited on
Commit
a7e11ee
·
1 Parent(s): 3c47337

updata gradio

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. __pycache__/app.cpython-311.pyc +0 -0
  3. app.py +0 -1
  4. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏠
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: "4.0.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
__pycache__/app.cpython-311.pyc CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
 
app.py CHANGED
@@ -155,7 +155,6 @@ def create_gradio_interface():
155
  chatbot = gr.Chatbot(
156
  label="💬 Architecture Consultation",
157
  height=500,
158
- placeholder="Initialize with your API key to start your architectural consultation...",
159
  show_label=True
160
  )
161
 
 
155
  chatbot = gr.Chatbot(
156
  label="💬 Architecture Consultation",
157
  height=500,
 
158
  show_label=True
159
  )
160
 
requirements.txt CHANGED
@@ -5,7 +5,7 @@ langgraph>=0.2.0
5
  openai>=1.0.0
6
 
7
  # Web interface
8
- gradio>=4.0.0
9
 
10
  # Data handling and utilities
11
  python-dotenv>=1.0.0
 
5
  openai>=1.0.0
6
 
7
  # Web interface
8
+ gradio>=4.44.0
9
 
10
  # Data handling and utilities
11
  python-dotenv>=1.0.0