Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def make_me():
|
|
135 |
|
136 |
test_button = gr.Button('test', width=30, height=10)
|
137 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
138 |
-
print(os.getenv('p')
|
139 |
with gr.Row():
|
140 |
gr.HTML("""
|
141 |
<div class="footer">
|
|
|
135 |
|
136 |
test_button = gr.Button('test', width=30, height=10)
|
137 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
138 |
+
print(os.getenv('p'))
|
139 |
with gr.Row():
|
140 |
gr.HTML("""
|
141 |
<div class="footer">
|